diff options
| author | bors <bors@rust-lang.org> | 2015-07-04 03:19:07 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2015-07-04 03:19:07 +0000 |
| commit | f9274d63a3f3c3d73aac4fc86fe76e3932c7a8ed (patch) | |
| tree | a00f6bcb088ccdbe06a1114defd519a586f88e6d | |
| parent | 50c952b5b796828a9a774c2249e7d08056393464 (diff) | |
| parent | f24089cfd11683a7eb2606089c6c6d1e70bc3dd5 (diff) | |
| download | rust-f9274d63a3f3c3d73aac4fc86fe76e3932c7a8ed.tar.gz rust-f9274d63a3f3c3d73aac4fc86fe76e3932c7a8ed.zip | |
Auto merge of #26754 - SaschaNaz:patch-1, r=steveklabnik
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index 0a08767dc74..9e54704a5eb 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ Read ["Installing Rust"] from [The Book]. ``` 3. Run `mingw32_shell.bat` or `mingw64_shell.bat` from wherever you installed - MYSY2 (i.e. `C:\msys`), depending on whether you want 32-bit or 64-bit Rust. + MSYS2 (i.e. `C:\msys`), depending on whether you want 32-bit or 64-bit Rust. 4. Navigate to Rust's source code, configure and build it: |
