packaging: Let eris install on Fedora distributions
This commit is contained in:
parent
13345232d9
commit
d5122f833a
8 changed files with 42 additions and 26 deletions
|
|
@ -6,13 +6,12 @@ Eris maintains an up-to-date set of reports for every file in a codebase.
|
|||
|
||||
## Installation
|
||||
|
||||
#### Debian / Ubuntu
|
||||
#### Debian / Ubuntu / Fedora
|
||||
|
||||
Install eris directly using pipx, and apt install the tools eris relies on:
|
||||
Install eris with pipx, then install all the tools eris uses:
|
||||
|
||||
sudo apt install pipx
|
||||
pipx install --system-site-packages git+https://gitlab.com/ahamilton/eris@v2023.09.11#subdirectory=eris
|
||||
eris --apt-install-tools
|
||||
eris --install-all-tools
|
||||
|
||||
Or install from source: (including tools)
|
||||
|
||||
|
|
@ -22,7 +21,7 @@ Or install from source: (including tools)
|
|||
|
||||
Then to run:
|
||||
|
||||
eris -h
|
||||
eris
|
||||
eris-webserver <project> # Or a simple web interface.
|
||||
|
||||
## Tools
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue