Skip to content

Commit

Permalink
docs(readme): update nix installatation to include version
Browse files Browse the repository at this point in the history
  • Loading branch information
threadexio committed Dec 22, 2024
1 parent 56f4cd3 commit efae169
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -301,9 +301,14 @@ $ cargo install cbundl
If you happen to have `nix` with flakes enabled, you can do:

```bash
$ nix run 'github:threadexio/cbundl'
$ nix run 'github:threadexio/cbundl/master'
# or
$ nix run 'github:threadexio/cbundl/vX.X.X'
```

> [!NOTE]
> The above will run `cbundl` from the `master` branch. You should generally use the second form to pin down exactly which version you want.
Directly without even cloning the repository. Isn't Nix great?

If you want to install `cbundl` permanently, you can add the flake to your system configuration.
Expand Down

0 comments on commit efae169

Please sign in to comment.