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 5a44cc7 commit 696845e
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 @@ -3,10 +3,10 @@

## macOS and Linux

See available binaries on the [releases page](https://github.com/sniptt-official/ots-cli/releases).
See available binaries on the [releases page](https://github.com/sniptt-official/ots/releases).

```sh
$ curl -L https://github.com/sniptt-official/ots-cli/releases/download/v0.0.5/ots-cli_0.0.5_darwin_amd64.tar.gz -o ots-cli.tar.gz
$ curl -L https://github.com/sniptt-official/ots/releases/download/v0.0.5/ots-cli_0.0.5_darwin_amd64.tar.gz -o ots-cli.tar.gz
$ sudo mkdir -p /usr/local/ots-cli
$ sudo tar -C /usr/local/ots-cli -xvf ots-cli.tar.gz
$ sudo ln -sf /usr/local/ots-cli/ots-cli /usr/local/bin/ots
Expand Down

0 comments on commit 696845e

Please sign in to comment.