Skip to content

Commit

Permalink
feat(doc): provide nix installation method
Browse files Browse the repository at this point in the history
Add documentation for installing using Nix, including instructions specific to NixOS.
See: NixOS/nixpkgs#366586

The pr has been merged and should be available within a very day.
  • Loading branch information
pwnwriter committed Dec 31, 2024
1 parent 3de66cb commit 17950c3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@ Unlike other tools, rwalk does **<u>not</u>** provide advanced fuzzing features

## Quick Installation

### On [Nix](https://nixos.org)
```bash
# without flakes:
nix-env -iA nixpkgs.rwalk
# with flakes:
nix profile install nixpkgs#rwalk
```

### From [homebrew](https://brew.sh) <!-- omit in toc -->

```bash
Expand Down

0 comments on commit 17950c3

Please sign in to comment.