From e6622564f58b7612b13b11b54e75a7350f52d6de Mon Sep 17 00:00:00 2001 From: Patrik Date: Mon, 12 Apr 2021 14:09:01 +0200 Subject: [PATCH] docs: update install from source steps to actually work (#548) --- docs/docs/install.md | 7 ++++--- docs/versioned_docs/version-v0.6/install.md | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/docs/docs/install.md b/docs/docs/install.md index c56d5ea27..190f2831a 100644 --- a/docs/docs/install.md +++ b/docs/docs/install.md @@ -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 ``` diff --git a/docs/versioned_docs/version-v0.6/install.md b/docs/versioned_docs/version-v0.6/install.md index c56d5ea27..190f2831a 100644 --- a/docs/versioned_docs/version-v0.6/install.md +++ b/docs/versioned_docs/version-v0.6/install.md @@ -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 ```