Skip to content

Commit

Permalink
docs(readme): note nix package in Installation
Browse files Browse the repository at this point in the history
Signed-off-by: Cameron Smith <cameron.ray.smith@gmail.com>
  • Loading branch information
cameronraysmith committed May 18, 2024
1 parent d57cc1a commit 2146401
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,15 @@ There are a few options for installing ratchet:

- As a single-static binary from the [releases page][releases].
- As a container image from the [container registry][containers].
- Via nix:

```sh
nix run 'github:NixOS/nixpkgs/master#ratchet' -- --help
```

Note this option is community supported and may not be the latest
available version.

- Compiled from source yourself. Note this option is not supported.


Expand Down

0 comments on commit 2146401

Please sign in to comment.