summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorPhilipp Gesang <phg@phi-gamma.net>2021-11-11 20:59:32 +0100
committerPhilipp Gesang <phg@phi-gamma.net>2021-11-11 17:13:48 +0100
commitd397ec65aac136557d795c2e912c7f9985050edd (patch)
tree08f025120113021296279f80399ad46bb7626581 /README.rst
parentfbffcbbaaf3529572f7f55ff0c21735b9a29562b (diff)
downloadvtcol-d397ec65aac136557d795c2e912c7f9985050edd.tar.gz
add built instructions for manpage
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 1809902..21b80b2 100644
--- a/README.rst
+++ b/README.rst
@@ -62,7 +62,13 @@ Building
Use Cargo to obtain a binary: ::
- cargo build
+ $ cargo build
+
+To generate the manpage, run ::
+
+ $ make man
+
+*rst2man* from the *Docutils* suite needs to be installed for this.
Background
----------