Skip to content

Commit

Permalink
servo: Merge #11718 - Removed reference to update-core (from perlun:p…
Browse files Browse the repository at this point in the history
…atch-3); r=metajack

It's `pacman -Su` nowadays, per Alexpux/MSYS2-pacman#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.)

Source-Repo: https://github.com/servo/servo
Source-Revision: 7f4fe45639f7c4629e5ce99d932179dc3ee51257

UltraBlame original commit: a3f72bb20af7b58e2014e03e190d627ec916ec40
  • Loading branch information
marco-c committed Oct 1, 2019
1 parent 149b072 commit 616324b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion servo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 616324b

Please sign in to comment.