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: