Skip to content

Commit

Permalink
fix(readme): fix manual install docs
Browse files Browse the repository at this point in the history
  • Loading branch information
slavovojacek committed Aug 11, 2021
1 parent 178667a commit 6c2bf3b
Showing 1 changed file with 2 additions and 2 deletions.
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 available binaries on the [releases page](https://github.com/sniptt-official/ots/releases).

```sh
$ curl -L https://github.com/sniptt-official/ots/releases/download/v0.0.8/ots_0.0.8_darwin_amd64.tar.gz -o ots.tar.gz
$ curl -L https://github.com/sniptt-official/ots/releases/download/v0.0.9/ots_0.0.9_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.8
ots version 0.0.9
```

### Uninstall
Expand Down

0 comments on commit 6c2bf3b

Please sign in to comment.