Browse Source

*: fix instructions in README for downloading and running dex

pull/559/head
Eric Chiang 10 years ago
parent
commit
1ee5920c54
  1. 3
      README.md

3
README.md

@ -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
```

Loading…
Cancel
Save