Skip to content
This repository has been archived by the owner on Sep 5, 2022. It is now read-only.

Commit

Permalink
chore(docs): update manual install docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerthebest authored Jul 5, 2021
1 parent 855439e commit 9bdcb08
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/manual-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
1. Download the tarball using the `curl` command. The `-o` option specifies the file name that the downloaded tarball is written to. In this example, the file is written to `snip.tar.gz` in the current folder.

```sh
$ curl -L https://github.com/sniptt-official/snip-cli/releases/download/v0.0.40/snip-macos-x64.tar.gz -o snip.tar.gz
$ curl -L https://github.com/sniptt-official/snip-cli/releases/download/v0.0.46/snip-macos-x64.tar.gz -o snip.tar.gz
```

NOTE: You can install to any folder, or choose the recommended `/usr/local/snip-cli`.

To verify the integrity of the tarball, run the following command and check that the output matches the one on the relevant [release page](https://github.com/sniptt-official/snip-cli/releases/tag/v0.0.40).
To verify the integrity of the tarball, run the following command and check that the output matches the one on the relevant [release page](https://github.com/sniptt-official/snip-cli/releases/tag/v0.0.46).

```sh
$ sha256sum snip.tar.gz
Expand Down Expand Up @@ -71,12 +71,12 @@ $ rm -rf /folder/installed/snip-cli
1. Download the tarball using the `curl` command. The `-o` option specifies the file name that the downloaded tarball is written to. In this example, the file is written to `snip.tar.gz` in the current directory.

```sh
$ curl -L https://github.com/sniptt-official/snip-cli/releases/download/v0.0.40/snip-linux-x64.tar.gz -o snip.tar.gz
$ curl -L https://github.com/sniptt-official/snip-cli/releases/download/v0.0.46/snip-linux-x64.tar.gz -o snip.tar.gz
```

NOTE: You can install to any directory, or choose the recommended `/usr/local/snip-cli`.

To verify the integrity of the tarball, run the following command and check that the output matches the one on the relevant [release page](https://github.com/sniptt-official/snip-cli/releases/tag/v0.0.40).
To verify the integrity of the tarball, run the following command and check that the output matches the one on the relevant [release page](https://github.com/sniptt-official/snip-cli/releases/tag/v0.0.46).

```sh
$ shasum -a 256 snip.tar.gz
Expand Down

0 comments on commit 9bdcb08

Please sign in to comment.