Skip to content

Commit

Permalink
clarify installation
Browse files Browse the repository at this point in the history
Signed-off-by: Nandor Kracser <[email protected]>
  • Loading branch information
bonifaido committed Feb 10, 2020
1 parent 139dc1c commit f316360
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,23 @@ Bank-Vaults is a core part of [Banzai Cloud Pipeline](https://banzaicloud.com/),
</p>


## Installing:
```shell
go get github.com/banzaicloud/bank-vaults/cmd/bank-vaults
go get github.com/banzaicloud/bank-vaults/cmd/vault-env
## Installing

You usually don't need to use the CLI directly, rather you should install the charts and create Vault instances with the operator and use the webhook inside Kubernetes.

To grab the CLI binary go to the [releases](https://github.com/banzaicloud/bank-vaults/releases) page and download it.

On macOs, you can directly Homebrew the CLI:

```
$ brew install banzaicloud/tap/bank-vaults
```

If compilation is failed, you should try to enable go modules:
Alternatively, fetch the source and compile it using `go get`:

```shell
GOPATH=/tmp/gopath-for-bank-vaults GO111MODULE=on go get github.com/banzaicloud/bank-vaults/cmd/bank-vaults
GOPATH=/tmp/gopath-for-bank-vaults GO111MODULE=on go get github.com/banzaicloud/bank-vaults/cmd/vault-env
go get github.com/banzaicloud/bank-vaults/cmd/bank-vaults
go get github.com/banzaicloud/bank-vaults/cmd/vault-env
```

Read more about usage of bank-vaults in [detailed documentation](docs/README.md)
Expand Down

0 comments on commit f316360

Please sign in to comment.