Skip to content
Permalink
Browse files
Altered README, as project needs to be opened from root directory.
  • Loading branch information
jeea2 committed Mar 21, 2019
1 parent 25e4c15 commit b59228070aa47a6a2b14df4759b91ae17fd0314a
Showing 1 changed file with 1 addition and 1 deletion.
@@ -15,7 +15,7 @@ Then in the project repository, run the two following two commands:
cmake .
cmake --build .
```
This will create an executable inside the newly created `bin` folder. To execute this file, type `bin/main` in the terminal if you're in the main project repository, or `./main` if you're already in the `bin` folder.
This will create an executable inside the newly created `bin` folder. To execute this file, type `bin/main` in the terminal, when in the main project directory.

## Playing the game
Once you run the game using the above commands, you will be greeted by the following screen:

0 comments on commit b592280

Please sign in to comment.