Skip to content

Commit

Permalink
docs: add -d option to go get
Browse files Browse the repository at this point in the history
  • Loading branch information
Aeneas Rekkas (arekkas) committed Jun 20, 2016
1 parent f731d88 commit 0e63038
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,10 @@ of code.
You can run this minimalistic example by doing

```
go get github.com/ory-am/fosite/fosite-example
go get github.com/Masterminds/glide
go get -d github.com/ory-am/fosite
cd $GOPATH/src/github.com/ory-am/fosite
glide install
go install github.com/ory-am/fosite/fosite-example
fosite-example
```
Expand Down Expand Up @@ -142,7 +145,7 @@ You will need [Go](https://golang.org) installed on your machine and it is requi
GOPATH environment variable.

```
go get github.com/ory-am/fosite
go get -d github.com/ory-am/fosite
```

We recommend to use [Glide](https://github.com/Masterminds/glide) or [Godep](https://github.com/tools/godep), because
Expand Down Expand Up @@ -223,8 +226,8 @@ There are also [OpenID Connect Handlers available](handler/oidc).
You need git and golang installed on your system.

```
go get github.com/ory-am/fosite -d
cd $GOPATH/src/ github.com/ory-am/fosite
go get -d github.com/ory-am/fosite
cd $GOPATH/src/github.com/ory-am/fosite
git status
git remote add myfork <url-to-your-fork>
go test ./...
Expand Down

0 comments on commit 0e63038

Please sign in to comment.