Skip to content

Commit

Permalink
docs: update install from source steps to actually work (#548)
Browse files Browse the repository at this point in the history
  • Loading branch information
zepatrik committed Apr 12, 2021
1 parent 0ac4fe1 commit e662256
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions docs/docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,9 @@ and set up flags so that `keto version` works as expected. Please note that this
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
$ git clone https://github.com/ory/keto.git
$ cd keto
$ git checkout v0.6.0-alpha.1
$ make install
$ $(go env GOPATH)/bin/keto help
$ keto help
```
7 changes: 4 additions & 3 deletions docs/versioned_docs/version-v0.6/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,9 @@ and set up flags so that `keto version` works as expected. Please note that this
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
$ git clone https://github.com/ory/keto.git
$ cd keto
$ git checkout v0.6.0-alpha.1
$ make install
$ $(go env GOPATH)/bin/keto help
$ keto help
```

0 comments on commit e662256

Please sign in to comment.