mirror of https://github.com/astral-sh/ruff
Add openSUSE Tumbleweed into install doc (#8996)
This commit is contained in:
parent
b918647927
commit
af88ffc57e
|
|
@ -48,6 +48,12 @@ on the testing repositories:
|
||||||
apk add ruff
|
apk add ruff
|
||||||
```
|
```
|
||||||
|
|
||||||
|
For **openSUSE Tumbleweed** users, Ruff is also available in the distribution repository:
|
||||||
|
|
||||||
|
```shell
|
||||||
|
sudo zypper install python3-ruff
|
||||||
|
```
|
||||||
|
|
||||||
On **Docker**, it is published as `ghcr.io/astral-sh/ruff`, tagged for each release and `latest` for
|
On **Docker**, it is published as `ghcr.io/astral-sh/ruff`, tagged for each release and `latest` for
|
||||||
the latest release.
|
the latest release.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue