summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
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
----------