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:
parent
80e35aff3d
commit
3d0ef70f0d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue