Skip to content

Commit

Permalink
chore(docs): update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
slavovojacek committed Aug 12, 2021
1 parent 66e3c30 commit 0f752bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ go get -u github.com/sniptt-official/ots

### Manual

For manual installation instructions on macOS and Linux, please refer to the dedicated [install docs](./docs/manual-install.md).
Please refer to the [manual install](./docs/manual-install.md) doc.

## Usage

Expand Down
6 changes: 3 additions & 3 deletions docs/manual-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

## macOS and Linux

See available binaries on the [releases page](https://github.com/sniptt-official/ots/releases).
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.10/ots_0.0.10_darwin_amd64.tar.gz -o ots.tar.gz
$ 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
$ 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.10
ots version 0.0.11
```

### Uninstall
Expand Down

0 comments on commit 0f752bb

Please sign in to comment.