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
|
@ -11,7 +11,7 @@ TTRTS is from the ground up designed to be a fun way to practice programming. An
|
||||||
## Building TTRTS
|
## Building TTRTS
|
||||||
|
|
||||||
#### Requirements
|
#### 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)
|
* Linux/OSX - currently no support for Windows, tracked with [Issue #9](https://github.com/mdiluz/ttrts/issues/9)
|
||||||
|
|
||||||
#### To Build
|
#### To Build
|
||||||
|
|
|
@ -17,7 +17,7 @@ if [[ $? != 0 ]]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Performing install"
|
echo "Performing install"
|
||||||
make install
|
sudo make install
|
||||||
if [[ $? != 0 ]]; then
|
if [[ $? != 0 ]]; then
|
||||||
echo "TTRTS: Install failed, check output"
|
echo "TTRTS: Install failed, check output"
|
||||||
exit
|
exit
|
||||||
|
|
Loading…
Add table
Reference in a new issue