diff --git a/docs/02_build/02_installing_pixlet.md b/docs/02_build/02_installing_pixlet.md index 4a886859..73dca284 100644 --- a/docs/02_build/02_installing_pixlet.md +++ b/docs/02_build/02_installing_pixlet.md @@ -14,10 +14,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 @@ -50,4 +50,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