diff options
author | Eddy Pedroni <epedroni@pm.me> | 2025-01-10 15:45:34 +0100 |
---|---|---|
committer | Eddy Pedroni <epedroni@pm.me> | 2025-01-10 15:45:34 +0100 |
commit | c8925b971149706b74420d3684de0908b2d5aeb5 (patch) | |
tree | f4fb4809b1a0d276e010b0883430ab53dd381ad2 /README.md | |
parent | 5235eeb1e002401390fa04600848afe0ecd910e5 (diff) |
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`. |