*: fix instructions in README for downloading and running dex
This commit is contained in:
parent
6349baf044
commit
1ee5920c54
@ -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.
|
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
|
cd $GOPATH/src/github.com/coreos/dex
|
||||||
|
git checkout dev
|
||||||
make
|
make
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user