diff --git a/docs/install.md b/docs/install.md index 1bdb11a7..77942ddc 100644 --- a/docs/install.md +++ b/docs/install.md @@ -23,6 +23,16 @@ The AMD64 and ARM64 binaries can be downloaded from GitHub [releases](https://gi Note that the [Arkade](https://github.com/alexellis/arkade) version must be 0.9.11 or newer. +=== "Install with nix" + + Install the latest release with [nix-env](https://nixos.org/manual/nix/unstable/command-ref/nix-env.html): + + ```shell + nix-env -i timoni + ``` + + Note that the Nix package will setup shell autocompletion for Bash, Fish and Zsh. + === "Install from source" Using Go >= 1.21: