Update compile and run instructions

This commit is contained in:
Elnu 2022-03-09 12:00:17 -08:00
parent 0419367472
commit 9b7f2db494

View file

@ -11,5 +11,5 @@ cmake ..
To compile and run:
```SH
make && ./elnutris
cmake --build . && ./elnutris
```