Skip to content

Commit e0d37f1

Browse files
phrohdohangered-ghandi
authored andcommitted
Update README installation instructions for macOS (#67)
1 parent 7c94dc7 commit e0d37f1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ Rust's Cargo program should download and compile all of the other necessary depe
4747
2. Use the GNU ABI (`i686-pc-windows-gnu` or `x86_64-windows-pc-gnu`)
4848
3. Build the game with: `cargo build --release`
4949

50-
## Building on Mac OS
50+
## Building on macOS
5151

5252
1. Install [Homebrew](http://brew.sh/).
53-
2. Install Rust. `brew install rust`
53+
2. Install Rust. `curl https://sh.rustup.rs -sSf | sh && rustup install toolchain nightly-x86_64-apple-darwin`
5454
3. Install SDL2. `brew install sdl2`
5555
4. Build the game with: `cargo build --release`
5656

0 commit comments

Comments
 (0)