From dd454dd22ba9625e3beba6c1f4089517ae8c0f32 Mon Sep 17 00:00:00 2001 From: _ <_@_> Date: Tue, 1 Oct 2024 23:45:30 +0000 Subject: [PATCH] docs --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 159db26..28dd7bf 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ A diceware passphrase generator, e.g. `correct horse battery staple` +Install with `cargo install division_of_one` or download the Windows exe from my Git forge: https://six-five-six-four.com/git/reactor/division_of_one + # Why this and not another generator? It's easier to write 40 lines of Rust than to audit it.