Skip to content

Commit

Permalink
docs: update install instructions for v0.1.0 (#1573)
Browse files Browse the repository at this point in the history
  • Loading branch information
carver authored Oct 31, 2024
1 parent c97d6e5 commit 238e0b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions book/src/introduction/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ Extract the compressed file to get the `trin` executable.

The binary is compressed in a tarball, so first we need to extract it.

For example, to extract version 0.1.0-alpha.51:
For example, to extract version 0.1.0:

```sh
tar -xzvf trin-v0.1.0-alpha.51-x86_64-unknown-linux-gnu.tar.gz
tar -xzvf trin-v0.1.0-x86_64-unknown-linux-gnu.tar.gz
```

You now have a `trin` executable in the current directory.
Expand Down

0 comments on commit 238e0b0

Please sign in to comment.