From f57e19e6abfb62d6177ffd8acc72b8146445ebaf Mon Sep 17 00:00:00 2001
From: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
Date: Wed, 22 Feb 2017 09:33:01 -0300
Subject: [PATCH] simplified clone: using go get

---
 Documentation/getting-started.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/getting-started.md b/Documentation/getting-started.md
index 25cac5ab..bf85ae59 100644
--- a/Documentation/getting-started.md
+++ b/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
 ```
-- 
GitLab