From 7ab8ed84fd939364a48f3bf5c99cd67f3a389bc1 Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Fri, 28 Aug 2015 20:24:13 +0200 Subject: [PATCH] Update README.md Use suggested composite command instead of 2 separate commands. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f581507e3a5b..67285da2e3a6 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