*: fix instructions in README for downloading and running dex

This commit is contained in:
Eric Chiang 2016-08-11 15:20:39 -07:00
parent 6349baf044
commit 1ee5920c54
1 changed files with 2 additions and 1 deletions

View File

@ -32,8 +32,9 @@ dex requires a Go installation and a GOPATH configured. Clone it down the
correct place, and simply type `make` to compile dex.
```
git clone https://github.com:coreos/dex.git $GOPATH/src/github.com/coreos/dex
git clone https://github.com/coreos/dex.git $GOPATH/src/github.com/coreos/dex
cd $GOPATH/src/github.com/coreos/dex
git checkout dev
make
```