Browse code

Fixed OS X instructions

neauoire authored on 30/08/2021 02:38:42
Showing 1 changed files
... ...
@@ -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.