Update README
- Can install with pipx or uv.
This commit is contained in:
parent
03c2644ac4
commit
35b3ac22ec
2 changed files with 8 additions and 24 deletions
16
README.md
16
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
|
#### 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/).
|
or to install with uv:
|
||||||
|
|
||||||
Then use uv to install eris:
|
|
||||||
|
|
||||||
uv tool install git+https://gitlab.com/ahamilton/eris@v2025.06.04
|
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
|
eris --install-all-tools
|
||||||
|
|
||||||
Or install from source: (including tools)
|
|
||||||
|
|
||||||
git clone https://gitlab.com/ahamilton/eris
|
|
||||||
cd eris
|
|
||||||
./install
|
|
||||||
|
|
||||||
Then to run:
|
Then to run:
|
||||||
|
|
||||||
eris
|
eris
|
||||||
|
|
|
||||||
|
|
@ -24,15 +24,13 @@ Eris maintains an up to date set of reports for every file in a codebase.
|
||||||
|
|
||||||
#### Debian / Ubuntu / Fedora / Arch / Alpine
|
#### 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/).
|
or to install with uv:
|
||||||
|
|
||||||
Then use uv to install eris:
|
|
||||||
|
|
||||||
uv tool install git+https://gitlab.com/ahamilton/eris@v2025.06.04
|
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
|
eris --install-all-tools
|
||||||
|
|
||||||
Or install from source: (including tools)
|
|
||||||
|
|
||||||
git clone https://gitlab.com/ahamilton/eris
|
|
||||||
cd eris
|
|
||||||
./install
|
|
||||||
|
|
||||||
Then to run:
|
Then to run:
|
||||||
|
|
||||||
eris
|
eris
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue