Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update install from source steps to actually work #548

Merged
merged 1 commit into from
Apr 12, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
```