From cefa2d197bcaa508021d97242eb64c340ffdc0e4 Mon Sep 17 00:00:00 2001 From: Osama Albahrani <54853250+osalbahr@users.noreply.github.com> Date: Mon, 17 Jul 2023 14:39:52 -0400 Subject: [PATCH] docs: Requirements: add Arch Linux Note: I'm not entirely sure if these are sufficient. I mimicked what's [in `install.sh`](https://github.com/Homebrew/install/blob/master/install.sh#L1052) and what's already listed for the remaining distros. --- docs/Homebrew-on-Linux.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/Homebrew-on-Linux.md b/docs/Homebrew-on-Linux.md index 6991fde23f..deeab09c41 100644 --- a/docs/Homebrew-on-Linux.md +++ b/docs/Homebrew-on-Linux.md @@ -67,6 +67,12 @@ To install build tools, paste at a terminal prompt: sudo yum install procps-ng curl file git ``` +- **Arch Linux** + + ```sh + sudo pacman -Syu base-devel procps-ng curl file git + ``` + ### ARM (unsupported) Homebrew can run on 32-bit ARM (Raspberry Pi and others) and 64-bit ARM (AArch64), but as they lack binary packages (bottles) they are unsupported. Pull requests are welcome to improve the experience on ARM platforms.