From 0d190f74970fb304731aa2e7e454c9680b0b69ed Mon Sep 17 00:00:00 2001 From: Osama Albahrani <54853250+osalbahr@users.noreply.github.com> Date: Thu, 4 Jan 2024 05:15:21 -0500 Subject: [PATCH] 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. --- docs/Homebrew-on-Linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Homebrew-on-Linux.md b/docs/Homebrew-on-Linux.md index dab2c2894a500..6ecaa4f6b1e6d 100644 --- a/docs/Homebrew-on-Linux.md +++ b/docs/Homebrew-on-Linux.md @@ -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)