aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorEddy Pedroni <epedroni@pm.me>2025-01-10 15:45:34 +0100
committerEddy Pedroni <epedroni@pm.me>2025-01-10 15:45:34 +0100
commitc8925b971149706b74420d3684de0908b2d5aeb5 (patch)
treef4fb4809b1a0d276e010b0883430ab53dd381ad2 /README.md
parent5235eeb1e002401390fa04600848afe0ecd910e5 (diff)
Created module, link assets instead of img folderHEADmaster
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`.