summaryrefslogtreecommitdiffstats
path: root/doc/README
diff options
context:
space:
mode:
Diffstat (limited to 'doc/README')
-rw-r--r--doc/README7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/README b/doc/README
index 5b37423a..389e7a61 100644
--- a/doc/README
+++ b/doc/README
@@ -1,4 +1,7 @@
-Update manpage using ronn [https://github.com/rtomayko/ronn]
+Manpages are build using [go-md2man](https://github.com/cpuguy83/go-md2man)
- ronn --roff --pipe rofi-manpage.markdown > rofi.1
+Manpages can be updated using the following make command:
+```
+make update-manpage
+```