From 3ffeae2aeec7be5dcba295f9a323ea5cb5deb6cf Mon Sep 17 00:00:00 2001 From: Andrew Hamilton Date: Tue, 21 Dec 2021 17:09:51 +1000 Subject: [PATCH] Smaller headings in Readme. --- README.md | 8 ++++---- packaging/make-readme.py | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index d401a3e..6b4dfbb 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Eris maintains an up-to-date set of reports for every file in a codebase. ## Installation -### Ubuntu (21.10) +#### Ubuntu (21.10) Install eris directly using pip, and apt install the tools eris relies on: @@ -24,21 +24,21 @@ Then to run: # eris -h # eris-webserver # Or a simple web interface. -### Docker +#### Docker # git clone https://github.com/ahamilton/eris # cd eris # sudo docker build -t eris -f packaging/Dockerfile . # cp packaging/eris-docker ~/bin/eris # e.g. Put wrapper script in your PATH -### Snap +#### Snap Download snap file from github releases page: # wget "https://github.com/ahamilton/eris/releases/download/v2021-12-06/eris_2021.12.06_amd64.snap" # snap install --dangerous eris_2021.12.06_amd64.snap # rm eris_2021.12.06_amd64.snap # The snap file is no longer needed. -### AppImage +#### AppImage Download AppImage file from github releases page: # wget "https://github.com/ahamilton/eris/releases/download/v2021-12-06/eris_2021.12.06.AppImage" diff --git a/packaging/make-readme.py b/packaging/make-readme.py index 3df989c..da6dff3 100755 --- a/packaging/make-readme.py +++ b/packaging/make-readme.py @@ -22,7 +22,7 @@ Eris maintains an up-to-date set of reports for every file in a codebase. ## Installation -### Ubuntu (21.10) +#### Ubuntu (21.10) Install eris directly using pip, and apt install the tools eris relies on: @@ -40,21 +40,21 @@ Then to run: # eris -h # eris-webserver # Or a simple web interface. -### Docker +#### Docker # git clone https://github.com/ahamilton/eris # cd eris # sudo docker build -t eris -f packaging/Dockerfile . # cp packaging/eris-docker ~/bin/eris # e.g. Put wrapper script in your PATH -### Snap +#### Snap Download snap file from github releases page: # wget "https://github.com/ahamilton/eris/releases/download/v2021-12-06/eris_2021.12.06_amd64.snap" # snap install --dangerous eris_2021.12.06_amd64.snap # rm eris_2021.12.06_amd64.snap # The snap file is no longer needed. -### AppImage +#### AppImage Download AppImage file from github releases page: # wget "https://github.com/ahamilton/eris/releases/download/v2021-12-06/eris_2021.12.06.AppImage"