Add --needed flag to arch build instructions

Avoids unnecessary reinstalling of some software
This commit is contained in:
Andrew Burkett
2015-07-27 15:45:05 -07:00
parent 3c8bcd7ea9
commit 24f6d0986d

View File

@@ -31,7 +31,7 @@ Ubuntu LTS 12.04 64-bit is the recommended platform.
* To automatically build Atom from source, install the atom-editor package from the [Arch User Repository (AUR)](https://wiki.archlinux.org/index.php/Arch_User_Repository)
* Alternatively run
* `sudo pacman -S gconf base-devel git nodejs npm libgnome-keyring python2`
* `sudo pacman -S --needed gconf base-devel git nodejs npm libgnome-keyring python2`
* `export PYTHON=/usr/bin/python2` before building Atom.
### Slackware