diff --git a/README.md b/README.md index 5c43a87..c0d5074 100644 --- a/README.md +++ b/README.md @@ -22,12 +22,15 @@ cargo b -r 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 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 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. @@ -46,4 +49,4 @@ tos = false # whether if you agree to ddg chat tos ## 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/) -if you want to reset the VQD, just delete the file. \ No newline at end of file +if you want to reset the VQD, just delete the file.