Skip to content

Commit 4fd7125

Browse files
committed
simpler binary install steps
1 parent 37ca0fb commit 4fd7125

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,7 @@ individual accounts, or a whole google apps domain.
2323
## Installation
2424

2525
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)
26+
2. `$ go get github.com/bitly/google_auth_proxy`. This should put the binary in `$GOROOT/bin`
3027

3128
## OAuth Configuration
3229

0 commit comments

Comments
 (0)