Updated MacOS Guide

This commit is contained in:
Borededdy 2022-03-28 09:50:44 +02:00 committed by GitHub
parent 3c094341af
commit 24e11d14ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -18,8 +18,7 @@ In the bash terminal install **command line tools** <br>
`xcode-select --install` <br>
Then in the terminal type:<br>
`g++ battleship.cpp` <br>
After that done type:<br>
`./a.out` <br>
After that done launch the .exec file <br>
To launch the executible file or just **open that in the folder of the game**
#### - Windows