From 1ee5920c54f5926d6468d2607c728b71cfe98092 Mon Sep 17 00:00:00 2001 From: Eric Chiang Date: Thu, 11 Aug 2016 15:20:39 -0700 Subject: [PATCH] *: fix instructions in README for downloading and running dex --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fe6079b6..9fec4c7d 100644 --- a/README.md +++ b/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 ```