aboutsummaryrefslogtreecommitdiff
path: root/doc/ManPage.md
blob: d3f7c74e117fbe1f7ada4d23072038a1c1099c2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
~~~