From cd75faed74b2f690328f938cab5de4b81930f617 Mon Sep 17 00:00:00 2001 From: Maksim Nabokikh <32434187+nabokihms@users.noreply.github.com> Date: Mon, 11 Jan 2021 23:00:47 +0400 Subject: [PATCH] Update content/docs/getting-started.md Co-authored-by: Nate W. <4453979+nate-double-u@users.noreply.github.com> Signed-off-by: m.nabokikh --- content/docs/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/getting-started.md b/content/docs/getting-started.md index ed62597..596a890 100644 --- a/content/docs/getting-started.md +++ b/content/docs/getting-started.md @@ -10,7 +10,7 @@ weight: 10 ## Building the dex binary To build dex from source code, install a working Go environment with version 1.15 or greater according to the [official documentation][go-setup]. -Then clone the repository down to the correct place, and simply type `make` to compile the dex binary. +Then clone the repository and use `make` to compile the dex binary. ```bash $ mkdir -p $GOPATH/src/github.com/dexidp/