Browse Source

Merge pull request #810 from caarlos0/patch-1

simplified clone: using go get
pull/813/head v2.2.0
Eric Chiang 9 years ago committed by GitHub
parent
commit
af0d9cebd1
  1. 2
      Documentation/getting-started.md

2
Documentation/getting-started.md

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

Loading…
Cancel
Save