... | ... |
@@ -11,7 +11,7 @@ To build the Uxn emulator, you must install [SDL2](https://wiki.libsdl.org/) for |
11 | 11 |
```sh |
12 | 12 |
sudo pacman -Sy sdl2 # Arch |
13 | 13 |
sudo apt install libsdl2-dev # Ubuntu |
14 |
-sudo brew sdl2 # OS X |
|
14 |
+brew install sdl2 # OS X |
|
15 | 15 |
``` |
16 | 16 |
|
17 | 17 |
Build the assembler and emulator by running the `build.sh` script. The assembler(`uxnasm`) and emulator(`uxnemu`) are created in the `/bin` folder. |