Skip to content

Commit

Permalink
Merge pull request #4 from pwnwriter/main
Browse files Browse the repository at this point in the history
feat(doc): provide nix installation method
  • Loading branch information
cestef authored Dec 31, 2024
2 parents 3de66cb + 17950c3 commit 198a6e8
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 198a6e8

Please sign in to comment.