From 13fdf04839ff25f4cd61c80a0d046824df0519c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Zapletal?= Date: Thu, 6 Oct 2022 09:46:21 +0200 Subject: [PATCH] Update building instructions Looks like `build/` is not even in `.gitignore`. What happened there? :-) --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 71853fda1..813e43955 100644 --- a/README.md +++ b/README.md @@ -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: