Skip to content

Clarify debian guarantee on binary releases #621

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions docs/02_build/02_installing_pixlet.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ First, install [Homebrew](https://brew.sh/) on your computer. Then, in your term
brew install tidbyt/tidbyt/pixlet
```

## Install on Linux
## Install on Linux (Debian-based)

Download the `pixlet` binary from [the latest release][1] and move it into your `PATH`. A complete example looks like the following:

Expand All @@ -26,6 +26,8 @@ chmod +x ./pixlet
sudo mv pixlet /usr/local/bin/pixlet
```

Non debian-based linux distros may experience some bugs with the binary. You may have to [install it from source](./04_advanced_installation.md).

## 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.

Expand All @@ -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
[1]: https://github.com/tidbyt/pixlet/releases/latest
Loading