Skip to content

Commit

Permalink
docs: fix building from source (#1473)
Browse files Browse the repository at this point in the history
  • Loading branch information
spg authored Jul 5, 2021
1 parent d2b1fce commit af54d5b
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 @@ -79,8 +79,8 @@ compile it, and set up flags so that `kratos version` works as expected. Please
note that this will only work with POSIX-compliant shells like `bash` or `sh`.

```shell
$ go get -d -u github.com/ory/kratos
$ cd $(go env GOPATH)/src/github.com/ory/kratos
$ git clone https://github.com/ory/kratos.git
$ cd kratos
$ GO111MODULE=on make install
$ $(go env GOPATH)/bin/kratos help
```

0 comments on commit af54d5b

Please sign in to comment.