Merge pull request #16429 from osalbahr/pacman-s-not-syu

Homebrew-on-Linux.md: switch to `pacman -S`
This commit is contained in:
Mike McQuaid 2024-01-04 15:48:34 +00:00 committed by GitHub
commit dcd267ba4c
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** - **Arch Linux**
```sh ```sh
sudo pacman -Syu base-devel procps-ng curl file git sudo pacman -S base-devel procps-ng curl file git
``` ```
### ARM (unsupported) ### ARM (unsupported)