mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Minor fix to Arch developer setup instructions
Add the flag that says "Don't reinstall already-installed packages". Otherwise the suggested command means "reinstall all these packages".
This commit is contained in:
parent
e7d79842a8
commit
ee4a00ff4a
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ popd
|
||||||
On Arch Linux:
|
On Arch Linux:
|
||||||
|
|
||||||
``` sh
|
``` sh
|
||||||
sudo pacman -S base-devel git python2 python2-virtualenv mesa ttf-font cmake bzip2
|
sudo pacman -S --needed base-devel git python2 python2-virtualenv mesa ttf-font cmake bzip2
|
||||||
```
|
```
|
||||||
|
|
||||||
Cross-compilation for Android:
|
Cross-compilation for Android:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue