Better formatting in Readme.

This commit is contained in:
Andrew Hamilton 2021-12-21 13:00:31 +10:00
parent 2481c43935
commit 3b29fb3c10
2 changed files with 10 additions and 4 deletions

View file

@ -34,7 +34,10 @@ Eris maintains an up-to-date set of reports for every file in a codebase.
# git clone https://github.com/ahamilton/eris
# cd eris
# ./install
Then to run:
# eris -h
or the webserver:
# eris-webserver <project>
### Docker
@ -47,7 +50,7 @@ Eris maintains an up-to-date set of reports for every file in a codebase.
### 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"
# snap install --dangerous eris_2021.12.06_amd64.snap
# eris -h
@ -56,7 +59,7 @@ Eris maintains an up-to-date set of reports for every file in a codebase.
### 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"
# chmod +x eris_2021.12.06.AppImage
# mv eris_2021.12.06.AppImage ~/bin/eris # e.g. Put appimage in your PATH