Better formatting in Readme.
This commit is contained in:
parent
2481c43935
commit
3b29fb3c10
2 changed files with 10 additions and 4 deletions
|
|
@ -18,7 +18,10 @@ Eris maintains an up-to-date set of reports for every file in a codebase.
|
||||||
# git clone https://github.com/ahamilton/eris
|
# git clone https://github.com/ahamilton/eris
|
||||||
# cd eris
|
# cd eris
|
||||||
# ./install
|
# ./install
|
||||||
|
|
||||||
|
Then to run:
|
||||||
# eris -h
|
# eris -h
|
||||||
|
or the webserver:
|
||||||
# eris-webserver <project>
|
# eris-webserver <project>
|
||||||
|
|
||||||
### Docker
|
### Docker
|
||||||
|
|
@ -31,7 +34,7 @@ Eris maintains an up-to-date set of reports for every file in a codebase.
|
||||||
|
|
||||||
### 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
|
||||||
# eris -h
|
# eris -h
|
||||||
|
|
@ -40,7 +43,7 @@ Eris maintains an up-to-date set of reports for every file in a codebase.
|
||||||
|
|
||||||
### 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"
|
||||||
# chmod +x 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
|
# mv eris_2021.12.06.AppImage ~/bin/eris # e.g. Put appimage in your PATH
|
||||||
|
|
|
||||||
|
|
@ -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
|
# git clone https://github.com/ahamilton/eris
|
||||||
# cd eris
|
# cd eris
|
||||||
# ./install
|
# ./install
|
||||||
|
|
||||||
|
Then to run:
|
||||||
# eris -h
|
# eris -h
|
||||||
|
or the webserver:
|
||||||
# eris-webserver <project>
|
# eris-webserver <project>
|
||||||
|
|
||||||
### Docker
|
### Docker
|
||||||
|
|
@ -47,7 +50,7 @@ Eris maintains an up-to-date set of reports for every file in a codebase.
|
||||||
|
|
||||||
### 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
|
||||||
# eris -h
|
# eris -h
|
||||||
|
|
@ -56,7 +59,7 @@ Eris maintains an up-to-date set of reports for every file in a codebase.
|
||||||
|
|
||||||
### 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"
|
||||||
# chmod +x 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
|
# mv eris_2021.12.06.AppImage ~/bin/eris # e.g. Put appimage in your PATH
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue