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:
Evan Martin 2015-01-16 09:48:16 -08:00
parent e7d79842a8
commit ee4a00ff4a

View file

@ -49,7 +49,7 @@ popd
On Arch Linux:
``` 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: