mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 10:37:22 +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:
parent
d9adbf12f1
commit
dec04e79fd
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user