mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-07-02 18:53:45 +00:00
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:
2
INSTALL
2
INSTALL
@ -33,7 +33,7 @@ Basic Installation
|
||||
|
||||
Briefly, the followong shell command should configure, build, and
|
||||
install this package:
|
||||
`./bootstrap && ./configure && make && make install`
|
||||
`./bootstrap && ./configure && make && sudo make install`
|
||||
|
||||
The following more-detailed instructions are generic; see the
|
||||
`README' file for instructions specific to this package. Some
|
||||
|
Reference in New Issue
Block a user