aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8c9c822..125bdc4 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,10 @@
# godocs
HTML generator for the docs site.
+
+## Build
+
+```
+go build -o godocs
+```
+
+The `-o` is important, otherwise the binary ends up being called `godocs.git`.