From 422fcf1c07a696ac821e3ab882ec0f64aa1f3508 Mon Sep 17 00:00:00 2001 From: Jason Carver Date: Wed, 30 Oct 2024 18:28:50 -0700 Subject: [PATCH] docs: update install instructions for v0.1.0 --- book/src/introduction/quickstart.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/book/src/introduction/quickstart.md b/book/src/introduction/quickstart.md index a63f80939..ad9d9f005 100644 --- a/book/src/introduction/quickstart.md +++ b/book/src/introduction/quickstart.md @@ -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.