From 86f2681460c7ebd28eefc82f32b879e1e26454c9 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Sat, 16 Mar 2019 18:37:49 +0100 Subject: [PATCH] [ci skip] Remove make install step from README The `make install` step touches files outside of the source directory and might cause confusions with people. It should be mentioned in more details elsewhere in the installation chapter instead and how to override it. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 7e44396982..1e1b09eb48 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,6 @@ On \*nix systems: ./configure make make test - sudo make install See `./configure -h` and `make -h` for configuration options. For example, the `-j` option allows parallel execution of the build recipes where `N` is the -- 2.40.0