We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c94dc7 commit e0d37f1Copy full SHA for e0d37f1
1 file changed
README.md
@@ -47,10 +47,10 @@ Rust's Cargo program should download and compile all of the other necessary depe
47
2. Use the GNU ABI (`i686-pc-windows-gnu` or `x86_64-windows-pc-gnu`)
48
3. Build the game with: `cargo build --release`
49
50
-## Building on Mac OS
+## Building on macOS
51
52
1. Install [Homebrew](http://brew.sh/).
53
-2. Install Rust. `brew install rust`
+2. Install Rust. `curl https://sh.rustup.rs -sSf | sh && rustup install toolchain nightly-x86_64-apple-darwin`
54
3. Install SDL2. `brew install sdl2`
55
4. Build the game with: `cargo build --release`
56
0 commit comments