diff options
| author | Jake Shadle <jake.shadle@frostbite.com> | 2015-08-28 20:24:13 +0200 |
|---|---|---|
| committer | Jake Shadle <jake.shadle@frostbite.com> | 2015-08-28 20:24:13 +0200 |
| commit | 7ab8ed84fd939364a48f3bf5c99cd67f3a389bc1 (patch) | |
| tree | 3374f3bce9c82343392ab8f7da70ad2534b1c593 | |
| parent | 371c0ead1fb82f7c21c1d0126825785530c671b7 (diff) | |
Update README.md
Use suggested composite command instead of 2 separate commands.
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index f581507e3a5..67285da2e3a 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ Read ["Installing Rust"] from [The Book]. ```sh # Update package mirrors (may be needed if you have a fresh install of MSYS2) - $ pacman -Sy&&pacman -S pacman-mirrors + $ pacman -Sy pacman-mirrors # Choose one based on platform: $ pacman -S mingw-w64-i686-toolchain |
