Commit 6bba1dd
committed
docs(readme): correct yay installation instructions for Arch Linux
Reason: 'yay' is not in official Arch Linux repositories, so `sudo
pacman -S yay` will fail.
Changes:
- Remove sudo pacman -S yay
- Add proper AUR installation steps
- Add base-devel to pacman command, since it's required for AUR builds
- Add --needed flag to avoid reinstalling existing packages
Tested it on my system and it works.1 parent 82a973c commit 6bba1dd
1 file changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
139 | | - | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
140 | 143 | | |
141 | 144 | | |
142 | 145 | | |
| |||
0 commit comments