From 33632898e9a831931fdb96089a244f53cdc37caf Mon Sep 17 00:00:00 2001 From: David Demelier Date: Wed, 17 Oct 2018 10:53:03 +0200 Subject: README: Suggest "sudo" for "make install" --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 1e8561abcd..775463e9fe 100644 --- a/README.rst +++ b/README.rst @@ -62,7 +62,7 @@ within the CMake source directory or any other build directory of your choice. Once this has finished successfully, run ``make`` and ``make install``. In summary:: - $ ./bootstrap && make && make install + $ ./bootstrap && make && sudo make install Windows ^^^^^^^ -- cgit v1.2.1