about summary refs log tree commit diff
path: root/pkgs/profpatsch
diff options
context:
space:
mode:
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`