mention prebuilt binaries in releases
This commit is contained in:
parent
9206ad4a6b
commit
c0392efb5f
|
@ -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.
|
||||||
|
@ -46,4 +49,4 @@ tos = false # whether if you agree to ddg chat tos
|
||||||
## cache file reference
|
## cache file reference
|
||||||
cache file stores the last VQD used. it is (probably) there so that the ai model would remember your history. [read more about duckduckgo chat api](https://blek.codes/blog/duckduckgo-ai-chat/)
|
cache file stores the last VQD used. it is (probably) there so that the ai model would remember your history. [read more about duckduckgo chat api](https://blek.codes/blog/duckduckgo-ai-chat/)
|
||||||
|
|
||||||
if you want to reset the VQD, just delete the file.
|
if you want to reset the VQD, just delete the file.
|
||||||
|
|
Loading…
Reference in New Issue