Fixed OS X instructions

This commit is contained in:
neauoire 2021-08-29 19:38:42 -07:00
parent 91df7ab470
commit f875d09605
1 changed files with 1 additions and 1 deletions

View File

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