doc: Update INSTALL to fix installation errors

The `sudo` was missing from `make install` which prevented installation
if build is performed, as it should be, by an unpriviliged user.

Signed-off-by: Alexander Amelkin <alexander@amelkin.msk.ru>
This commit is contained in:
Alexander Amelkin 2019-11-29 14:34:20 +03:00
parent d9adbf12f1
commit dec04e79fd
No known key found for this signature in database
GPG Key ID: E893587B5B74178D

View File

@ -33,7 +33,7 @@ Basic Installation
Briefly, the followong shell command should configure, build, and Briefly, the followong shell command should configure, build, and
install this package: install this package:
`./bootstrap && ./configure && make && make install` `./bootstrap && ./configure && make && sudo make install`
The following more-detailed instructions are generic; see the The following more-detailed instructions are generic; see the
`README' file for instructions specific to this package. Some `README' file for instructions specific to this package. Some