mirror of https://github.com/astral-sh/ruff
Added the command to run ruff using pkgx to the installation.md (#8955)
## Summary This PR adds the command to run ruff using [pkgx](https://pkgx.sh). <!-- What's the purpose of the change? What does it do, and why? --> It's just showing that ruff is supported in one more package manager. ## Test Plan You can run `pkgx ruff` if you have pkgx installed or run `sh <(curl https://pkgx.sh) +github.com/charliermarsh/ruff sh `
This commit is contained in:
parent
0b1a36f8c8
commit
4af3f43e5e
|
|
@ -27,6 +27,13 @@ For **Conda** users, Ruff is also available as [`ruff`](https://anaconda.org/con
|
|||
conda install -c conda-forge ruff
|
||||
```
|
||||
|
||||
For **pkgx** users, Ruff is also available as [`ruff`](https://pkgx.dev/pkgs/github.com/charliermarsh/ruff/)
|
||||
on the `pkgx` registry:
|
||||
|
||||
```shell
|
||||
pkgx install ruff
|
||||
```
|
||||
|
||||
For **Arch Linux** users, Ruff is also available as [`ruff`](https://archlinux.org/packages/extra/x86_64/ruff/)
|
||||
on the official repositories:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue