Update building instructions

Looks like `build/` is not even in `.gitignore`. What happened there? :-)
This commit is contained in:
Lukáš Zapletal 2022-10-06 09:46:21 +02:00 committed by Tomáš Hozza
parent 5e0c66e008
commit 13fdf04839

View file

@ -67,8 +67,7 @@ detailed help. In most situations the following commands are sufficient to
build and install from source:
```sh
mkdir build
go build -o build ./...
make build
```
The man-pages require `python-docutils` and can be built via: