diff --git a/README.md b/README.md index 641afe6..4005dde 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,17 @@ You can download the pre-built binaries from the [release page](https://github.c cargo install tenere ``` +### ❄️ NixOS / Nix + +Tenere is available in nixpkgs and can be installed via configuration.nix: + +```nix +environment.systemPackages = with pkgs; [ + tenere +]; +``` +or ```nix-env -iA nixpkgs.tenere``` on Non-NixOS systems + ### ⚒️ Build from source To build from the source, you need [Rust](https://www.rust-lang.org/) compiler and