Update build instructions

This commit is contained in:
Elnu 2022-03-03 17:05:35 -08:00 committed by GitHub
parent 47a9cdde14
commit 8a456c3417
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,8 +8,8 @@ First, `cd` into this folder, then run Cmake to generate the Makefile. If you ev
cmake .. cmake ..
``` ```
To compile and run run, replacing "sfml-template" with your `ProjectName` in `CmakeLists.txt`: To compile and run:
```SH ```SH
make && ./sfml-template make && ./elnutris
``` ```