Browse Source

README: Suggest "sudo" for "make install"

David Demelier 7 years ago
parent
commit
33632898e9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.rst

+ 1 - 1
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
 ^^^^^^^