diff options
author | Per Lundberg <per.lundberg@ecraft.com> | 2016-06-10 22:20:05 +0300 |
---|---|---|
committer | Per Lundberg <per.lundberg@ecraft.com> | 2016-06-10 22:22:03 +0300 |
commit | b888f895d7a2145b335931fd937afc81fb0e3c3c (patch) | |
tree | 0490c58708fbca082c58b7f8ec6fbdae961da2eb | |
parent | 08a55e29511a2b26b7ae26ebb0b9271f80e2a7bd (diff) | |
download | servo-b888f895d7a2145b335931fd937afc81fb0e3c3c.tar.gz servo-b888f895d7a2145b335931fd937afc81fb0e3c3c.zip |
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.)
-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 \ |