diff options
author | Stefan Kreutz <mail@skreutz.com> | 2025-08-23 22:54:46 +0200 |
---|---|---|
committer | Stefan Kreutz <mail@skreutz.com> | 2025-08-23 22:54:46 +0200 |
commit | e15336958e495b4638dc48f470b87f3d7fc00080 (patch) | |
tree | ca19c3f1b7d780b745175634381aaea35bee0850 | |
parent | e7b18c648fce6352b6f9b84aa81981cd6f600853 (diff) | |
download | brck-e15336958e495b4638dc48f470b87f3d7fc00080.tar |
Document Nix flake usage
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -15,6 +15,10 @@ Rust's package manager [Cargo][cargo]. $ cargo install brck +Alternatively you can run (or install) the experimental Nix flake. + + $ nix run git+https://git.skreutz.com/brck.git -- --help + ## Usage Without any options, Brck will record all regular files in current working |