Skip to content

Commit

Permalink
docs: add NixOS install instructions to README
Browse files Browse the repository at this point in the history
Add NixOS package installation instructions. This reflects tenere's
recent addition to nixpkgs in release-24.11
  • Loading branch information
ob7 committed Dec 16, 2024
1 parent 8ad9531 commit d7c0738
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d7c0738

Please sign in to comment.