Add missed change to Readme.
This commit is contained in:
parent
d39d9bd72d
commit
4af553b67f
1 changed files with 3 additions and 0 deletions
|
|
@ -9,15 +9,18 @@ Eris maintains an up-to-date set of reports for every file in a codebase.
|
||||||
### Ubuntu (21.10)
|
### Ubuntu (21.10)
|
||||||
|
|
||||||
Install eris directly using pip, and apt install the tools eris relies on:
|
Install eris directly using pip, and apt install the tools eris relies on:
|
||||||
|
|
||||||
# pip install git+https://github.com/ahamilton/eris@2021.12.20#subdirectory=eris
|
# pip install git+https://github.com/ahamilton/eris@2021.12.20#subdirectory=eris
|
||||||
# eris --apt-install-tools
|
# eris --apt-install-tools
|
||||||
|
|
||||||
Or install from source: (including tools)
|
Or install from source: (including tools)
|
||||||
|
|
||||||
# git clone https://github.com/ahamilton/eris
|
# git clone https://github.com/ahamilton/eris
|
||||||
# cd eris
|
# cd eris
|
||||||
# ./install
|
# ./install
|
||||||
|
|
||||||
Then to run:
|
Then to run:
|
||||||
|
|
||||||
# eris -h
|
# eris -h
|
||||||
# eris-webserver <project> # Or a simple webserver interface
|
# eris-webserver <project> # Or a simple webserver interface
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue