Skip to content
Snippets Groups Projects
Commit af0d9ceb authored by Eric Chiang's avatar Eric Chiang Committed by GitHub
Browse files

Merge pull request #810 from caarlos0/patch-1

simplified clone: using go get
parents c76832ea f57e19e6
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -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. 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 $ cd $GOPATH/src/github.com/coreos/dex
$ make $ make
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment