We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37ca0fb commit 4fd7125Copy full SHA for 4fd7125
README.md
@@ -23,10 +23,7 @@ individual accounts, or a whole google apps domain.
23
## Installation
24
25
1. [Install Go](http://golang.org/doc/install)
26
-2. install dependencies `$ go get github.com/bitly/go-simplejson`
27
-3. clone the repository `$ git clone https://github.com/bitly/google_auth_proxy.git`
28
-4. compile `$ cd google_auth_proxy && go build`
29
-5. copy the built binary `google_auth_proxy` to `/usr/local/bin` (or wherever you want to run it from)
+2. `$ go get github.com/bitly/google_auth_proxy`. This should put the binary in `$GOROOT/bin`
30
31
## OAuth Configuration
32
0 commit comments