diff --git a/README.md b/README.md index f8c125f..527988a 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,13 @@ Eris maintains an up-to-date set of reports for every file in a codebase. ### Ubuntu (21.10) + Install eris directly using pip: + # pip install git+https://github.com/ahamilton/eris@2021.12.20#subdirectory=eris + + and apt install the tools eris relies on: + # eris --apt-install-tools + + Or install from source: (including tools) # git clone https://github.com/ahamilton/eris # cd eris # ./install diff --git a/packaging/make-readme.py b/packaging/make-readme.py index c18a0de..fb91d5b 100755 --- a/packaging/make-readme.py +++ b/packaging/make-readme.py @@ -24,6 +24,13 @@ Eris maintains an up-to-date set of reports for every file in a codebase. ### Ubuntu (21.10) + Install eris directly using pip: + # pip install git+https://github.com/ahamilton/eris@2021.12.20#subdirectory=eris + + and apt install the tools eris relies on: + # eris --apt-install-tools + + Or install from source: (including tools) # git clone https://github.com/ahamilton/eris # cd eris # ./install