Skip to content

Commit

Permalink
Update content/docs/getting-started.md
Browse files Browse the repository at this point in the history
Co-authored-by: Nate W. <[email protected]>
Signed-off-by: m.nabokikh <[email protected]>
  • Loading branch information
nabokihms and nate-double-u committed Jan 11, 2021
1 parent de96c69 commit cd75fae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit cd75fae

Please sign in to comment.