diff --git a/build/README.md b/build/README.md index 1899da7..c73b4ef 100644 --- a/build/README.md +++ b/build/README.md @@ -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 -``` \ No newline at end of file +make && ./elnutris +```