aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2024-04-20 19:55:44 -0400
committerJesse Luehrs <doy@tozt.net>2024-04-20 19:55:44 -0400
commitf9ae3b10d35bd5f122f5f24e0c34d13b553cc2ee (patch)
tree0be6ed2872220556086f349ad499c2672475e381
parente8a53ad117c5e3844884e5f56528a509c205b851 (diff)
downloadrbw-f9ae3b10d35bd5f122f5f24e0c34d13b553cc2ee.tar.gz
rbw-f9ae3b10d35bd5f122f5f24e0c34d13b553cc2ee.zip
recommend --locked when using cargo install
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7c8412e..28fec84 100644
--- a/README.md
+++ b/README.md
@@ -45,7 +45,7 @@ If you are not using the `edge` version of alpine you have to [enable the reposi
### Other
With a working Rust installation, `rbw` can be installed via `cargo install
-rbw`. This requires that the
+--locked rbw`. This requires that the
[`pinentry`](https://www.gnupg.org/related_software/pinentry/index.en.html)
program is installed (to display password prompts).