From dccc6c7f7ccea4ba0d19e03aa1436c2ca86cdb44 Mon Sep 17 00:00:00 2001 From: Matt Fischer Date: Tue, 24 Sep 2024 20:28:01 -0600 Subject: [PATCH] Update download example The download example is outdated and 22.4 was missing commands like create, lint, etc. This causes confusion (for me) and in the forums. Update to the latest release link and add a note that you may need to do more updates later. --- docs/02_build/02_installing_pixlet.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/02_build/02_installing_pixlet.md b/docs/02_build/02_installing_pixlet.md index 4a88685..2364727 100644 --- a/docs/02_build/02_installing_pixlet.md +++ b/docs/02_build/02_installing_pixlet.md @@ -10,14 +10,16 @@ brew install tidbyt/tidbyt/pixlet ## Install on Linux -Download the `pixlet` binary from [the latest release][1] and move it into your `PATH`. A complete example looks like the following: +Download the `pixlet` binary from [the latest release][1] and move it into your `PATH`. The latest release +will contain updated commands and fixes so you may want to repeat this install every few months. A complete +example looks like the following: ```bash # Download the archive. -curl -LO https://github.com/tidbyt/pixlet/releases/download/v0.22.4/pixlet_0.22.4_linux_amd64.tar.gz +curl -LO https://github.com/tidbyt/pixlet/releases/download/v0.33.5/pixlet_0.33.5_linux_amd64.tar.gz # Unpack the archive. -tar -xvf pixlet_0.22.4_linux_amd64.tar.gz +tar -xvf pixlet_0.33.5_linux_amd64.tar.gz # Ensure the binary is executable. chmod +x ./pixlet @@ -50,4 +52,4 @@ Click `New` and browse to the newly created Pixlet folder and click ok: Open a new instance of PowerShell and run `pixlet version`. If all went well, you should see the following: ![windows env 05](img/windows_env_05.png) -[1]: https://github.com/tidbyt/pixlet/releases/latest \ No newline at end of file +[1]: https://github.com/tidbyt/pixlet/releases/latest