aboutsummaryrefslogtreecommitdiff
path: root/linux/man/manpage.md
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-02-17 13:15:38 +0100
committerAqua-sama <aqua@iserlohn-fortress.net>2018-02-17 13:15:38 +0100
commit27274e8b23374db4a3adbc93b4276eca2639521a (patch)
treebb5b9b9a54c65018efc6e79124c8a82b9c871ce4 /linux/man/manpage.md
parentRewrote the updater (diff)
downloadsmolbote-27274e8b23374db4a3adbc93b4276eca2639521a.tar.xz
Added manpage
Diffstat (limited to 'linux/man/manpage.md')
-rw-r--r--linux/man/manpage.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/linux/man/manpage.md b/linux/man/manpage.md
new file mode 100644
index 0000000..deb06fd
--- /dev/null
+++ b/linux/man/manpage.md
@@ -0,0 +1,8 @@
+To generate the manpage, use ronn:
+
+~~~sh
+## install
+gem install --user-install ronn
+## generate
+ronn smolbote.7.ronn
+~~~