Update build instructions
This commit is contained in:
parent
47a9cdde14
commit
8a456c3417
1 changed files with 3 additions and 3 deletions
|
@ -8,8 +8,8 @@ First, `cd` into this folder, then run Cmake to generate the Makefile. If you ev
|
|||
cmake ..
|
||||
```
|
||||
|
||||
To compile and run run, replacing "sfml-template" with your `ProjectName` in `CmakeLists.txt`:
|
||||
To compile and run:
|
||||
|
||||
```SH
|
||||
make && ./sfml-template
|
||||
```
|
||||
make && ./elnutris
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue