mirror of
https://github.com/servo/servo.git
synced 2025-07-22 14:53:49 +01:00
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.)
This commit is contained in:
parent
08a55e2951
commit
b888f895d7
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue