diff options
author | Stefan Kreutz <mail@skreutz.com> | 2025-08-23 23:41:24 +0200 |
---|---|---|
committer | Stefan Kreutz <mail@skreutz.com> | 2025-08-23 23:41:24 +0200 |
commit | 31c5f72ec87414010d2f0067257f13b843b14e1d (patch) | |
tree | 69b509f47041327d082690788382e9c0a77637d9 | |
parent | 3db695e76ca0df2323cb64a2de6b6c763a05bfb3 (diff) | |
download | wpa-psk-31c5f72ec87414010d2f0067257f13b843b14e1d.tar |
Document Nix flake usage
-rw-r--r-- | wpa-psk-cli/README.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/wpa-psk-cli/README.md b/wpa-psk-cli/README.md index f450d6c..8ddd394 100644 --- a/wpa-psk-cli/README.md +++ b/wpa-psk-cli/README.md @@ -30,6 +30,10 @@ You can install the `wpa-psk` utility using Cargo: $ cargo install wpa-psk-cli +Alternatively you can run (or install) the experimental Nix flake. + + $ nix run git+https://git.skreutz.com/wpa-psk.git -- --help + ## License This work is distributed under the terms of both, the [MIT License][MIT] and |