diff options
author | Stefan Kreutz <mail@skreutz.com> | 2022-05-23 22:13:18 +0200 |
---|---|---|
committer | Stefan Kreutz <mail@skreutz.com> | 2022-05-23 22:13:18 +0200 |
commit | 31ffcf07bce4011189e034db363452e80df21fa7 (patch) | |
tree | bfad53e26af6c59e01bc3c2cd37639f92d08537b /README.md | |
parent | 0e3b55c81e218a93d6cdd157d1ca3785bc32c49e (diff) | |
download | jotpass-31ffcf07bce4011189e034db363452e80df21fa7.tar |
Describe usage
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -1,8 +1,17 @@ # Jotpass Jotpass is a BSD utility that facilitates generating random passwords suitable for handwriting. -See [this](https://www.skreutz.com/posts/readable-random-passwords-with-jot/) blog post for an introduction, and refer to the man page for details. +See [this](https://www.skreutz.com/posts/readable-random-passwords-with-jot/) blog post for an introduction. -## Install +## Usage + +Print a random password: + + $ jotpass + P6ji-4pRZ-Ze7m-q7Bp-Vpye-HCjr-hygF-6TwQ-oRJT-yx6p-SyMB-AwUm + +See the manual page for the available options. + +## Installation Run `make install` as root to install the `jotpass` utility and man page. |