Skip to content
This repository was archived by the owner on Jul 17, 2024. It is now read-only.

Commit a0a4b8c

Browse files
authored
docs(readme): add dependencies to yay install info
1 parent ec291d7 commit a0a4b8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,10 +189,10 @@ or manually from the [Arch User Repository](https://aur.archlinux.org/packages/p
189189

190190
### Additional notes
191191

192-
If your distro uses pacman, then you have to install one of the helpers first. If you don't have any, Yay is recommended, run :
192+
If your distro uses pacman, then you have to install one of the helpers first. If you don't have any, Yay is recommended, as root run :
193193

194194
```bash
195-
git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si
195+
pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si
196196
```
197197

198198
```bash

0 commit comments

Comments
 (0)