From 2b44941d63b0a3089cac503d11f14dff297cd45d Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Sat, 10 Dec 2022 10:00:01 -0500 Subject: [PATCH] Add pacman instructions to README (#1175) --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 28eb17e163..0b648da78b 100644 --- a/README.md +++ b/README.md @@ -120,12 +120,18 @@ For **macOS Homebrew** and **Linuxbrew** users, Ruff is also available as [`ruff brew install ruff ``` -For Conda users, Ruff is also available as [`ruff`](https://anaconda.org/conda-forge/ruff) on `conda-forge`: +For **Conda** users, Ruff is also available as [`ruff`](https://anaconda.org/conda-forge/ruff) on `conda-forge`: ```shell conda install -c conda-forge ruff ``` +For **Arch Linux** users, Ruff is also available as [`ruff`](https://archlinux.org/packages/community/x86_64/ruff/) on the official repositories: + +```shell +pacman -S ruff +``` + ### Usage To run Ruff, try any of the following: