From 4af553b67faab6599e05b496deaf9e0f0e940b87 Mon Sep 17 00:00:00 2001 From: Andrew Hamilton Date: Tue, 21 Dec 2021 13:16:20 +1000 Subject: [PATCH] Add missed change to Readme. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 9c42a65..3118fc6 100644 --- a/README.md +++ b/README.md @@ -9,15 +9,18 @@ Eris maintains an up-to-date set of reports for every file in a codebase. ### Ubuntu (21.10) 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 # eris --apt-install-tools Or install from source: (including tools) + # git clone https://github.com/ahamilton/eris # cd eris # ./install Then to run: + # eris -h # eris-webserver # Or a simple webserver interface