From 97f891dc00ff3dab2ff46ddef44fe8887d5f7f82 Mon Sep 17 00:00:00 2001 From: Douglas Silva <doug.hs@proton.me> Date: Sat, 7 Oct 2023 15:40:46 -0300 Subject: [PATCH] v3 --- README.md | 12 ++++++++++-- passwiz.sh | 2 +- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 131070a..9abcbb3 100644 --- a/README.md +++ b/README.md @@ -10,14 +10,22 @@ A random string generator and a passphrase (diceware) generator. - C compiler (e.g. GNU C Compiler) - libsodium headers (`libsodium-dev` on Debian) -## Installation and usage +## Installation ```sh make -# then as root - to install in /usr/local +# then as root, to install in /usr/local make install ``` +## Usage +```sh +passwiz --help + +# Generate a 6-word passphrase +passphrase +``` + ## License Copyright 2019-2023 Douglas Silva (0x9fd287d56ec107ac) diff --git a/passwiz.sh b/passwiz.sh index ef78a46..853f7af 100644 --- a/passwiz.sh +++ b/passwiz.sh @@ -30,7 +30,7 @@ if [[ $? -ne 0 ]]; then exit 1; fi -readonly VERSION_TAG="v2.1.0" +readonly VERSION_TAG="v3.0.0" # Constraint options readonly CONSTRAINT_DIGIT=1