about summary refs log tree commit diff
path: root/pkgs/profpatsch
diff options
context:
space:
mode:
authorsternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-02-25 20:35:00 +0100
committersternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-02-25 20:35:00 +0100
commit4f552e6ce6d059a2d5e7b13194e3d65d6f39a62c (patch)
treef3d26e113b4cf1fe26cb21365eca985fa654e183 /pkgs/profpatsch
parent9713b9483565b746927b50b750498c509947885e (diff)
pkgs/profpatsch/nman: add readme
I think nman is of general interest, so general pointers on setting
it up may be useful for others.
Diffstat (limited to 'pkgs/profpatsch')
-rw-r--r--pkgs/profpatsch/nman/README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/pkgs/profpatsch/nman/README.md b/pkgs/profpatsch/nman/README.md
new file mode 100644
index 00000000..1015cdc8
--- /dev/null
+++ b/pkgs/profpatsch/nman/README.md
@@ -0,0 +1,12 @@
+# nman
+
+nman is a tiny tool which allows you to view man pages for packages that are
+not installed using the power of the nix package manager — which you'll
+appreciate if you've ever tried to open a man page in a `nix-shell`.
+
+Detailed documentation can be found in the `nman(1)` man page in this directory.
+
+## installation
+
+* with vuizvui: `pkgs.profpatsch.nman`
+* without vuizvui: `nix-env -f https://github.com/openlab-aux/vuizvui/archive/master.tar.gz -iA pkgs.profpatsch.nman`