Skip to content

Commit

Permalink
Add NixOS installation instructions to README (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
ob7 authored Dec 21, 2024
1 parent 8ad9531 commit a4abf70
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,20 @@ 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
];
```
For non-NixOS systems, install directly with:
```nix
nix-env -iA nixpkgs.tenere
```

### ⚒️ Build from source

To build from the source, you need [Rust](https://www.rust-lang.org/) compiler and
Expand Down

0 comments on commit a4abf70

Please sign in to comment.