From 17950c3a1d4eeaf9c6908d235010b614f9e36f2a Mon Sep 17 00:00:00 2001 From: Nabeen Tiwaree Date: Tue, 31 Dec 2024 10:08:43 -0500 Subject: [PATCH] feat(doc): provide nix installation method 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. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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