Make installation a little easier.

- Provide explicit wget commands for downloading.
This commit is contained in:
Andrew Hamilton 2021-12-09 11:23:34 +10:00
parent 4b5e5b2f89
commit 8b4a9c4210
2 changed files with 4 additions and 4 deletions

View file

@ -25,7 +25,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:
https://github.com/ahamilton/eris/releases # 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
# eris.webserver <project> # eris.webserver <project>
@ -34,7 +34,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:
https://github.com/ahamilton/eris/releases # 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
# eris -h # eris -h

View file

@ -41,7 +41,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:
https://github.com/ahamilton/eris/releases # 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
# eris.webserver <project> # eris.webserver <project>
@ -50,7 +50,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:
https://github.com/ahamilton/eris/releases # 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
# eris -h # eris -h