diff --git a/README.md b/README.md index 74da925..4976c7f 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,14 @@ Unlike other tools, rwalk does **not** 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) ```bash