update readme with sdl2_image

This commit is contained in:
2015-01-14 17:27:18 +01:00
parent bbeef60472
commit 05ee60cdc4

View File

@@ -9,7 +9,7 @@ It time for me to learn Rust, and why not try to make a simple Super Mario Bros
```shell ```shell
$ curl -s https://static.rust-lang.org/rustup.sh | sudo sh $ curl -s https://static.rust-lang.org/rustup.sh | sudo sh
$ brew install sdl2 $ brew install sdl2 sdl2_image
``` ```