diff --git a/README.md b/README.md index 4b294d4..a7dca6b 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/packaging/make-readme.py b/packaging/make-readme.py index f2e952d..5189e59 100755 --- a/packaging/make-readme.py +++ b/packaging/make-readme.py @@ -24,15 +24,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 @@ -40,12 +38,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