summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md21
1 files changed, 18 insertions, 3 deletions
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
+
Generated by cgit. See skreutz.com for my tech blog and contact information.