Correct spelling mistake in README and add sudo to install

This commit is contained in:
mdiluzio 2014-12-30 19:25:11 +00:00
parent cb46c84de5
commit 66f5226797
2 changed files with 2 additions and 2 deletions

View file

@ -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