mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-04 18:58:04 +00:00
Add openSUSE Tumbleweed into install doc (#8996)
This commit is contained in:
parent
b918647927
commit
af88ffc57e
1 changed files with 6 additions and 0 deletions
|
@ -48,6 +48,12 @@ on the testing repositories:
|
|||
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
|
||||
the latest release.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue