Merge pull request #64 from johnthagen/fix-brew

Remove unnecessary indentation on brew install command
This commit is contained in:
ShuYu Wang
2016-10-25 23:47:11 +08:00
committed by GitHub
+1 -1
View File
@@ -22,7 +22,7 @@ Rust-SDL2_mixer uses the MIT licence.
#### OSX
```bash
brew install sdl2_mixer --with-flac --with-fluid-synth --with-libmikmod --with-libmodplug --with-libvorbis --with-smpeg2
brew install sdl2_mixer --with-flac --with-fluid-synth --with-libmikmod --with-libmodplug --with-libvorbis --with-smpeg2
```
#### Windows