From 2ea8cf98ed3d808864b7e008fd2df8a108dc14a8 Mon Sep 17 00:00:00 2001 From: Rob Rose Date: Sun, 27 Oct 2024 18:09:18 -0400 Subject: [PATCH] updated install instructions to v0.34.0. --- docs/02_build/02_installing_pixlet.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/02_build/02_installing_pixlet.md b/docs/02_build/02_installing_pixlet.md index 4a886859..95a26391 100644 --- a/docs/02_build/02_installing_pixlet.md +++ b/docs/02_build/02_installing_pixlet.md @@ -1,7 +1,9 @@ # Installing Pixlet + To use Pixlet, one first has to install the CLI tool. ## Install on macOS + First, install [Homebrew](https://brew.sh/) on your computer. Then, in your terminal, run the following: ``` @@ -14,10 +16,10 @@ Download the `pixlet` binary from [the latest release][1] and move it into your ```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.34.0/pixlet_0.34.0_linux_amd64.tar.gz # Unpack the archive. -tar -xvf pixlet_0.22.4_linux_amd64.tar.gz +tar -xvf pixlet_0.34.0_linux_amd64.tar.gz # Ensure the binary is executable. chmod +x ./pixlet @@ -27,7 +29,8 @@ sudo mv pixlet /usr/local/bin/pixlet ``` ## Install on Windows -First, install a file archiver that can support `tar.gz` archives if you don't already have one. [NanaZip](https://apps.microsoft.com/store/detail/nanazip/9N8G7TSCL18R) works great if you don't know where to start. Once installed, Download the Windows `pixlet` binary from [the latest release][1] on GitHub. + +First, install a file archiver that can support `tar.gz` archives if you don't already have one. [NanaZip](https://apps.microsoft.com/store/detail/nanazip/9N8G7TSCL18R) works great if you don't know where to start. Once installed, Download the Windows `pixlet` binary from [the latest release][1] on GitHub. Open the file with NanaZip and double click on the archive to see the contents. Then, click extract: ![windows NanaZip extract](img/windows_extract.png) @@ -50,4 +53,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