Skip to content

Commit

Permalink
chore(readme): update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
slavovojacek committed Aug 18, 2021
1 parent 0cec8b3 commit 1c7387f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,21 @@ or
$ cat .env | ots new
```

### Data residency

Use `--region` to choose where the secrets reside.

```sh
$ ots new -x 24h --region eu-central-1
```

## FAQs

Please refer to our Q&A discussions.
Please refer to our Q\&A discussions.

- [Why should I trust you with my secrets?](https://github.com/sniptt-official/ots/discussions/13)
- [Can I persist my secrets for later use?](https://github.com/sniptt-official/ots/discussions/15)
- [What kind of limits are in place?](https://github.com/sniptt-official/ots/discussions/18)
* [Why should I trust you with my secrets?](https://github.com/sniptt-official/ots/discussions/13)
* [Can I persist my secrets for later use?](https://github.com/sniptt-official/ots/discussions/15)
* [What kind of limits are in place?](https://github.com/sniptt-official/ots/discussions/18)

## License

Expand Down
4 changes: 2 additions & 2 deletions docs/manual-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
See the [releases page](https://github.com/sniptt-official/ots/releases) for available binaries.

```sh
$ curl -L https://github.com/sniptt-official/ots/releases/download/v0.0.11/ots_0.0.11_darwin_amd64.tar.gz -o ots.tar.gz
$ curl -L https://github.com/sniptt-official/ots/releases/download/v0.1.0/ots_0.1.0_darwin_amd64.tar.gz -o ots.tar.gz
$ sudo mkdir -p /usr/local/ots-cli
$ sudo tar -C /usr/local/ots-cli -xvf ots.tar.gz
$ sudo ln -sf /usr/local/ots-cli/ots /usr/local/bin/ots
Expand All @@ -16,7 +16,7 @@ Assuming `/usr/local/bin` is on your `PATH`, you can now run:

```sh
$ ots --version
ots version 0.0.11
ots version 0.1.0
```

### Uninstall
Expand Down

0 comments on commit 1c7387f

Please sign in to comment.