aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 125bdc42cdda0da44779e0b70890b79496f1d285 (plain)
1
2
3
4
5
6
7
8
9
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`.