Update README

- Can install with pipx or uv.
This commit is contained in:
Andrew Hamilton 2025-06-07 22:01:21 +10:00
parent 03c2644ac4
commit 35b3ac22ec
2 changed files with 8 additions and 24 deletions

View file

@ -8,15 +8,13 @@ Eris maintains an up to date set of reports for every file in a codebase.
#### Debian / Ubuntu / Fedora / Arch / Alpine
Firstly uv is needed to install eris.
Eris can be installed by pipx or [uv](https://docs.astral.sh/uv/getting-started/installation/).
To install uv:
To install with pipx:
curl -LsSf https://astral.sh/uv/install.sh | sh
pipx install git+https://gitlab.com/ahamilton/eris@v2025.06.04
For other ways to install uv see its [installation page](https://docs.astral.sh/uv/getting-started/installation/).
Then use uv to install eris:
or to install with uv:
uv tool install git+https://gitlab.com/ahamilton/eris@v2025.06.04
@ -24,12 +22,6 @@ Then use eris to install all the tools it uses:
eris --install-all-tools
Or install from source: (including tools)
git clone https://gitlab.com/ahamilton/eris
cd eris
./install
Then to run:
eris