diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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`. |