Smaller headings in Readme.

This commit is contained in:
Andrew Hamilton 2021-12-21 17:09:51 +10:00
parent 69f35a3cc7
commit 3ffeae2aee
2 changed files with 8 additions and 8 deletions

View file

@ -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 <project> # 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"

View file

@ -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 <project> # 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"