Homebrew-on-Linux.md: switch to pacman -S
I realized the convention in documentations is to recommend `-S`, not `-Syu`, as a system upgrade is usually an overkill. This change also makes Homebrew's documentation more consistent.
This commit is contained in:
parent
21a6f93cc4
commit
0d190f7497
@ -69,7 +69,7 @@ To install build tools, paste at a terminal prompt:
|
||||
- **Arch Linux**
|
||||
|
||||
```sh
|
||||
sudo pacman -Syu base-devel procps-ng curl file git
|
||||
sudo pacman -S base-devel procps-ng curl file git
|
||||
```
|
||||
|
||||
### ARM (unsupported)
|
||||
|
Loading…
x
Reference in New Issue
Block a user