From b888f895d7a2145b335931fd937afc81fb0e3c3c Mon Sep 17 00:00:00 2001 From: Per Lundberg Date: Fri, 10 Jun 2016 22:20:05 +0300 Subject: [PATCH] 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.) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ee881ecce24..aeb306be76f0 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 \