diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2016-06-12 06:47:29 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-12 06:47:29 -0500 |
commit | 7f4fe45639f7c4629e5ce99d932179dc3ee51257 (patch) | |
tree | 22c1eea05fff87a112d1c9a5719dff50aa2e1b65 | |
parent | 278c1a7da7626054be5899a6227c16f745f2d1a5 (diff) | |
parent | b888f895d7a2145b335931fd937afc81fb0e3c3c (diff) | |
download | servo-7f4fe45639f7c4629e5ce99d932179dc3ee51257.tar.gz servo-7f4fe45639f7c4629e5ce99d932179dc3ee51257.zip |
Auto merge of #11718 - perlun:patch-3, r=metajack
Removed reference to update-core
It's `pacman -Su` nowadays, per https://github.com/Alexpux/MSYS2-pacman/pull/26.
(This is a very selective cherry-pick of #11392. The other parts were more controversial; they didn't fully work so let's disregard them for now.)
<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11718)
<!-- Reviewable:end -->
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index 2ee881ecce2..aeb306be76f 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ Install MSYS2 from [here](https://msys2.github.io/). After you have done so, ope window and update the core libraries and install new packages: ```sh -update-core +pacman -Su pacman -Sy git mingw-w64-x86_64-toolchain mingw-w64-x86_64-freetype \ mingw-w64-x86_64-icu mingw-w64-x86_64-nspr mingw-w64-x86_64-ca-certificates \ mingw-w64-x86_64-expat mingw-w64-x86_64-cmake tar diffutils patch \ |