From 7b7389f4ea150e66747de161e18d64f367d60472 Mon Sep 17 00:00:00 2001 From: Michael Essiet Date: Fri, 1 Dec 2023 20:57:50 +0100 Subject: [PATCH] Added a the ruff pkgx command to the installation.md --- docs/installation.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/installation.md b/docs/installation.md index a822bdf4b0230..efca53c95b444 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -20,6 +20,12 @@ on Homebrew: brew install ruff ``` +For **pkgx** users, Ruff is also available as [`ruff`](https://pkgx.dev/pkgs/github.com/charliermarsh/ruff/) + +```shell +pkgx ruff +``` + For **Conda** users, Ruff is also available as [`ruff`](https://anaconda.org/conda-forge/ruff) on `conda-forge`: