diff --git a/README.md b/README.md index e2c6fd8..55b81c9 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/bootstrap.sh b/bootstrap.sh index 12eda15..26e306d 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -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