Skip to content

Commit 3d0ef70

Browse files
tylershawfabaff
authored andcommitted
updated install procedures for arch (home-assistant#2513)
changed pacman for pacaur (pacman doesn't directly install things from the AUR, pacaur or cower do).
1 parent 80e35af commit 3d0ef70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/_docs/installation/archlinux.markdown

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ and Home Assistant itself.
2424
$ pip3 install homeassistant
2525
```
2626

27-
Home Assistant is part of the [AUR](https://aur.archlinux.org/packages/home-assistant/). This means that it can be installed directly with `pacman`:
27+
Home Assistant is part of the [AUR](https://aur.archlinux.org/packages/home-assistant/). This means that it can be installed with `pacaur`:
2828

2929
```bash
30-
$ sudo pacman -S home-assistant
30+
$ sudo pacaur -S home-assistant
3131
```

0 commit comments

Comments
 (0)