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

@ -11,7 +11,7 @@ TTRTS is from the ground up designed to be a fun way to practice programming. An
## Building TTRTS
#### Requirements
* cmake - our build system uses cmake
* CMake - our build system uses cmake
* Linux/OSX - currently no support for Windows, tracked with [Issue #9](https://github.com/mdiluz/ttrts/issues/9)
#### To Build

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