mention prebuilt binaries in releases

This commit is contained in:
b1ek 2024-05-19 22:33:25 +10:00
parent 9206ad4a6b
commit c0392efb5f
Signed by: blek
GPG Key ID: 14546221E3595D0C
1 changed files with 5 additions and 2 deletions

View File

@ -22,12 +22,15 @@ cargo b -r
sudo cp target/release/hey /usr/bin/hey, sudo cp target/release/hey /usr/bin/hey,
``` ```
if you are on windows, idk have fun if you are on windows, [download the binary file](#download-the-binary-file) or compile it yourself if you have the knowledge
## via a package manager ## via a package manager
arch (AUR) - `paru -S hey-duck` arch (AUR) - `paru -S hey-duck`
## download the binary file
prebuilt binaries are available on [the releases page](https://git.blek.codes/blek/hey/releases) for macOS, Linux and Windows
### note for packagers ### note for packagers
to avoid name conflicts, packages should be named `hey-duck` or its form in a different naming convention. to avoid name conflicts, packages should be named `hey-duck` or its form in a different naming convention.
please submit an issue or a PR if you have packaged this to a distro, or email one of the maintainers. please submit an issue or a PR if you have packaged this to a distro, or email one of the maintainers.