From 66f522679731670d11b11e7433392393743705d4 Mon Sep 17 00:00:00 2001 From: mdiluzio Date: Tue, 30 Dec 2014 19:25:11 +0000 Subject: [PATCH] Correct spelling mistake in README and add sudo to install --- README.md | 2 +- bootstrap.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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