Skip to content

Commit

Permalink
Merge pull request #810 from caarlos0/patch-1
Browse files Browse the repository at this point in the history
simplified clone: using go get
  • Loading branch information
ericchiang authored Feb 22, 2017
2 parents c76832e + f57e19e commit af0d9ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Dex requires a Go installation and a GOPATH configured. For setting up a Go workspace, refer to the [official documentation][go-setup]. Clone it down the correct place, and simply type `make` to compile the dex binary.

```
$ git clone https://github.com/coreos/dex.git $GOPATH/src/github.com/coreos/dex
$ go get github.com/coreos/dex
$ cd $GOPATH/src/github.com/coreos/dex
$ make
```
Expand Down

0 comments on commit af0d9ce

Please sign in to comment.