mirror of https://github.com/astral-sh/ruff
Add pacman instructions to README (#1175)
This commit is contained in:
parent
257bd7f1d7
commit
2b44941d63
|
|
@ -120,12 +120,18 @@ For **macOS Homebrew** and **Linuxbrew** users, Ruff is also available as [`ruff
|
||||||
brew install 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
|
```shell
|
||||||
conda install -c conda-forge ruff
|
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
|
### Usage
|
||||||
|
|
||||||
To run Ruff, try any of the following:
|
To run Ruff, try any of the following:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue