Correct spelling mistake in README and add sudo to install
This commit is contained in:
parent
cb46c84de5
commit
66f5226797
2 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ if [[ $? != 0 ]]; then
|
|||
fi
|
||||
|
||||
echo "Performing install"
|
||||
make install
|
||||
sudo make install
|
||||
if [[ $? != 0 ]]; then
|
||||
echo "TTRTS: Install failed, check output"
|
||||
exit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue