Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Hill Ma committed Sep 18, 2018
1 parent beb3e2a commit a63a493
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ https://github.com/golang/go/wiki/GOPATH))

```bash
# Get the package from Github
$ go get github.com/google/oauth2l/go/oauth2l
$ go get github.com/google/oauth2l

# Install the package into your $GOPATH/bin/
$ go install github.com/google/oauth2l/go/oauth2l
$ go install github.com/google/oauth2l

# Fetch the access token from your credentials with cloud-platform scope
$ ~/go/bin/oauth2l fetch --json ~/your_credentials.json cloud-platform
Expand Down

0 comments on commit a63a493

Please sign in to comment.