Smaller headings in Readme.
This commit is contained in:
parent
69f35a3cc7
commit
3ffeae2aee
2 changed files with 8 additions and 8 deletions
|
|
@ -6,7 +6,7 @@ Eris maintains an up-to-date set of reports for every file in a codebase.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
### 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:
|
||||||
|
|
||||||
|
|
@ -24,21 +24,21 @@ Then to run:
|
||||||
# eris -h
|
# eris -h
|
||||||
# eris-webserver <project> # Or a simple web interface.
|
# eris-webserver <project> # Or a simple web interface.
|
||||||
|
|
||||||
### Docker
|
#### Docker
|
||||||
|
|
||||||
# git clone https://github.com/ahamilton/eris
|
# git clone https://github.com/ahamilton/eris
|
||||||
# cd eris
|
# cd eris
|
||||||
# sudo docker build -t eris -f packaging/Dockerfile .
|
# sudo docker build -t eris -f packaging/Dockerfile .
|
||||||
# cp packaging/eris-docker ~/bin/eris # e.g. Put wrapper script in your PATH
|
# cp packaging/eris-docker ~/bin/eris # e.g. Put wrapper script in your PATH
|
||||||
|
|
||||||
### Snap
|
#### Snap
|
||||||
|
|
||||||
Download snap file from github releases page:
|
Download snap file from github releases page:
|
||||||
# wget "https://github.com/ahamilton/eris/releases/download/v2021-12-06/eris_2021.12.06_amd64.snap"
|
# 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
|
# snap install --dangerous eris_2021.12.06_amd64.snap
|
||||||
# rm eris_2021.12.06_amd64.snap # The snap file is no longer needed.
|
# rm eris_2021.12.06_amd64.snap # The snap file is no longer needed.
|
||||||
|
|
||||||
### AppImage
|
#### AppImage
|
||||||
|
|
||||||
Download AppImage file from github releases page:
|
Download AppImage file from github releases page:
|
||||||
# wget "https://github.com/ahamilton/eris/releases/download/v2021-12-06/eris_2021.12.06.AppImage"
|
# wget "https://github.com/ahamilton/eris/releases/download/v2021-12-06/eris_2021.12.06.AppImage"
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@ Eris maintains an up-to-date set of reports for every file in a codebase.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
### 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:
|
||||||
|
|
||||||
|
|
@ -40,21 +40,21 @@ Then to run:
|
||||||
# eris -h
|
# eris -h
|
||||||
# eris-webserver <project> # Or a simple web interface.
|
# eris-webserver <project> # Or a simple web interface.
|
||||||
|
|
||||||
### Docker
|
#### Docker
|
||||||
|
|
||||||
# git clone https://github.com/ahamilton/eris
|
# git clone https://github.com/ahamilton/eris
|
||||||
# cd eris
|
# cd eris
|
||||||
# sudo docker build -t eris -f packaging/Dockerfile .
|
# sudo docker build -t eris -f packaging/Dockerfile .
|
||||||
# cp packaging/eris-docker ~/bin/eris # e.g. Put wrapper script in your PATH
|
# cp packaging/eris-docker ~/bin/eris # e.g. Put wrapper script in your PATH
|
||||||
|
|
||||||
### Snap
|
#### Snap
|
||||||
|
|
||||||
Download snap file from github releases page:
|
Download snap file from github releases page:
|
||||||
# wget "https://github.com/ahamilton/eris/releases/download/v2021-12-06/eris_2021.12.06_amd64.snap"
|
# 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
|
# snap install --dangerous eris_2021.12.06_amd64.snap
|
||||||
# rm eris_2021.12.06_amd64.snap # The snap file is no longer needed.
|
# rm eris_2021.12.06_amd64.snap # The snap file is no longer needed.
|
||||||
|
|
||||||
### AppImage
|
#### AppImage
|
||||||
|
|
||||||
Download AppImage file from github releases page:
|
Download AppImage file from github releases page:
|
||||||
# wget "https://github.com/ahamilton/eris/releases/download/v2021-12-06/eris_2021.12.06.AppImage"
|
# wget "https://github.com/ahamilton/eris/releases/download/v2021-12-06/eris_2021.12.06.AppImage"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue