]> git.lizzy.rs Git - nothing.git/blobdiff - README.md
(#1180) return -> exit 1
[nothing.git] / README.md
index 6a8ab57090ee89bd4eff434ccd044c174c396046..ec642c5854920411800da2d30668f67826019a43 100644 (file)
--- a/README.md
+++ b/README.md
@@ -57,6 +57,8 @@ $ sudo pacman -S gcc cmake sdl2
 
 ### Linux
 
+#### CMake
+
 ```console
 $ mkdir build
 $ cd build/
@@ -65,6 +67,13 @@ $ make
 $ ./nothing
 ```
 
+#### SCU
+
+```console
+$ ./build-posix.sh
+$ ./nothing
+```
+
 ### Windows
 
 #### Visual Studio