Skip to content

Commit

Permalink
Update release page ReadMe
Browse files Browse the repository at this point in the history
  • Loading branch information
ragul28 committed Oct 29, 2023
1 parent 0b6887a commit 867e34c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ Simple key-value secret Vault inspired by Hasicorp Vault. Project tries to explo
* Industry standard aes256-gcm secret encryption.
* Easy cli interface.

## Basic Usage
## Usage guide

* Download pre-compiled binaries from [release page](https://github.com/ragul28/svault/releases).
* Download pre-compiled binaries from [release page](https://github.com/ragul28/svault/releases/latest).

```sh
tar -xvf svault_linux_arm64.tar.gz
tar -xvf svault_x.x.x_darwin_amd64.tar.gz
chmod +x svault
sudo mv svault /usr/local/bin
```
Expand All @@ -26,6 +26,7 @@ svault init
export MASTER_KEY=<master_key>

svault store github_token xxxxxxxx
svault list
svault get github_token
```

Expand Down

0 comments on commit 867e34c

Please sign in to comment.