Skip to content

Commit

Permalink
chore(docs): update manual install docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerthebest committed Jul 20, 2021
1 parent 790f63d commit b358a2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/manual-install.md
Expand Up @@ -6,7 +6,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.6/ots_0.0.6_darwin_amd64.tar.gz -o ots.tar.gz
$ curl -L https://github.com/sniptt-official/ots/releases/download/v0.0.7/ots_0.0.7_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 @@ -17,7 +17,7 @@ Assuming `/usr/local/bin` is on your `PATH`, you can now run:

```sh
$ ots --version
ots version 0.0.5
ots version 0.0.7
```

### Uninstall
Expand Down

0 comments on commit b358a2e

Please sign in to comment.