updated install procedures for arch (#2513)

changed pacman for pacaur (pacman doesn't directly install things from the AUR, pacaur or cower do).
This commit is contained in:
Tyler Shaw! 2017-04-26 16:22:36 -04:00 committed by Fabian Affolter
parent 80e35aff3d
commit 3d0ef70f0d

View File

@ -24,8 +24,8 @@ and Home Assistant itself.
$ pip3 install homeassistant
```
Home Assistant is part of the [AUR](https://aur.archlinux.org/packages/home-assistant/). This means that it can be installed directly with `pacman`:
Home Assistant is part of the [AUR](https://aur.archlinux.org/packages/home-assistant/). This means that it can be installed with `pacaur`:
```bash
$ sudo pacman -S home-assistant
$ sudo pacaur -S home-assistant
```