summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 files changed, 15 insertions, 5 deletions
diff --git a/README.md b/README.md
index 0eb149c..98950b2 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
The `jotpass` utility facilitates generating random passwords suitable for
handwriting. See [this][intro] blog post for an introduction.
-Jotpass' original source code is hosted [here][repo].
+The original source code is hosted [here][repo].
[intro]: https://www.skreutz.com/posts/readable-random-passwords-with-jot/
[repo]: https://git.skreutz.com/jotpass.git/
@@ -19,13 +19,23 @@ See the manual page for details.
## Dependencies
-The `jotpass` utility depends on `ksh(1)`, `jot(1)`, and some base utilities
-like `sed(1)`.
+The `jotpass` utility depends on
-On OpenBSD these are included in the default base installation.
+* [OpenBSD][]'s public domain Korn shell, specifically, the portable version
+ [oksh][]
+* `jot(1)`
+
+and several standard utilities such as `sed(1)`.
+
+On OpenBSD these are included in the default base installation:
+
+ $ doas ln -s /bin/ksh /usr/local/bin/oksh
+
+On FreeBSD you can install the dependencies using `pkg-install(8)`:
+
+ $ sudo pkg install oksh
On Void Linux you can install the dependencies using `xbps-install(1)`:
-follows:
$ sudo xbps-install -S oksh outils coreutils bc sed
Generated by cgit. See skreutz.com for my tech blog and contact information.