Skip to content

Commit

Permalink
docs: update install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Apr 1, 2021
1 parent 5f71d73 commit d2e4123
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ $ keto help
## Building from Source

If you wish to compile Ory Keto yourself, you need to install and set up
[Go 1.12+](https://golang.org/) and add `$GOPATH/bin` to your `$PATH`.
[Go 1.16+](https://golang.org/) and add `$GOPATH/bin` to your `$PATH`.

The following commands check out the latest release tag of Ory Keto, compile it,
and set up flags so that `keto version` works as expected. Please note that this
Expand All @@ -78,6 +78,6 @@ will only work with a Linux shell like bash or sh.
```shell
$ go get -d -u github.com/ory/keto
$ cd $(go env GOPATH)/src/github.com/ory/keto
$ GO111MODULE=on make install-stable
$ make install
$ $(go env GOPATH)/bin/keto help
```

0 comments on commit d2e4123

Please sign in to comment.