Update build instructions

cpp
Elnu 2 years ago committed by GitHub
parent 47a9cdde14
commit 8a456c3417
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save