diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -1,10 +1,8 @@ # godocs HTML generator for the docs site. -## Build +## Build venv ``` -go build -o godocs +make ``` - -The `-o` is important, otherwise the binary ends up being called `godocs.git`. |