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:
Osama Albahrani 2024-01-04 05:15:21 -05:00 committed by GitHub
parent 21a6f93cc4
commit 0d190f7497
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)