diff --git a/README.md b/README.md index 84faf13..97cbd5f 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,17 @@ You can download the pre-built binaries from the [release page](https://github.c ```shell cargo install tenere ``` +### 🗃️ System Package Managers + +#### ❄️ NixOS / Nix + +Tenere is available in nixpkgs and can be installed via configuration.nix: + +```nix +environment.systemPackages = with pkgs; [ + tenere +]; +``` ### ⚒️ Build from source