From 9a08dec095725012546ea93ac07142a570d1b220 Mon Sep 17 00:00:00 2001 From: Stefan Kreutz Date: Wed, 9 Nov 2022 09:49:02 +0100 Subject: Port to GNU/Linux Tested on Void Linux x86_64 glibc. --- README.md | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 866beac..70341df 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Jotpass -Jotpass is a BSD utility that facilitates generating random passwords suitable -for handwriting. See [this][intro] blog post for an introduction. +The `jotpass` utility facilitates generating random passwords suitable for +handwriting. See [this][intro] blog post for an introduction. [intro]: https://www.skreutz.com/posts/readable-random-passwords-with-jot/ @@ -14,6 +14,21 @@ Print a random password: See the manual page for details. +## Dependencies + +The `jotpass` utility depends on `ksh(1)`, `jot(1)`, and some base utilities +like `sed(1)`. + +On OpenBSD these are included in the default base installation. + +On Void Linux you can install the dependencies using `xbps-install(1)`: +follows: + + $ sudo xbps-install -S oksh outils coreutils bc sed + ## Installation -Run `make install` as root to install the `jotpass` utility and man page. + $ ./configure + $ make + $ sudo make install + -- cgit v1.2.3