Skip to content

Commit

Permalink
chore: add install link for binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
millotp committed May 28, 2024
1 parent 2bfe0f9 commit 52a8de0
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,15 @@ A command line interface to browse and edit [Vault](https://www.vaultproject.io/

## How to install

`cargo install vaultwalker`
Install the correct binary for your platform
```sh
curl -s 'https://i.jpillora.com/millotp/vaultwalker!?as=vw' | bash
```

Or build from source:
```sh
cargo install vaultwalker
```

If you have the vault cli already installed, you can simply use:
```sh
Expand Down

0 comments on commit 52a8de0

Please sign in to comment.