aboutsummaryrefslogtreecommitdiff
path: root/doc/ManPage.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ManPage.md')
-rw-r--r--doc/ManPage.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/ManPage.md b/doc/ManPage.md
new file mode 100644
index 0000000..d3f7c74
--- /dev/null
+++ b/doc/ManPage.md
@@ -0,0 +1,15 @@
+The manpage format is ridiculous, so they get generated from markdown (which is more sane in comparison)
+
+### with ronn
+~~~sh
+## install
+gem install --user-install ronn
+## generate
+ronn smolbote.7.ronn
+~~~
+
+### with go-md2man
+~~~sh
+go-md2man -in smolbote.md -out smolbote.7
+~~~
+