README: Suggest "sudo" for "make install"

This commit is contained in:
David Demelier 2018-10-17 10:53:03 +02:00 committed by Brad King
parent 88ef5737a2
commit 33632898e9

View File

@ -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
^^^^^^^