summaryrefslogtreecommitdiffstats
path: root/doc/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/README.md')
-rw-r--r--doc/README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/README.md b/doc/README.md
new file mode 100644
index 00000000..389e7a61
--- /dev/null
+++ b/doc/README.md
@@ -0,0 +1,7 @@
+Manpages are build using [go-md2man](https://github.com/cpuguy83/go-md2man)
+
+Manpages can be updated using the following make command:
+
+```
+make update-manpage
+```