release: Update readme file with new versions.

This commit is contained in:
Andrew Hamilton 2020-09-24 23:13:41 +10:00
parent c9f2651444
commit 331adf7d4a
2 changed files with 8 additions and 8 deletions

View file

@ -16,10 +16,10 @@ Eris maintains an up-to-date set of reports for every file in a codebase.
### Flatpak
# flatpak install org.freedesktop.Sdk/x86_64/18.08 # Install the required runtime
# flatpak install org.freedesktop.Sdk/x86_64/20.08 # Install the required runtime
# Download flatpak bundle file from github releases page:
https://github.com/ahamilton/eris/releases
# flatpak install eris-2019-12-22.flatpak # Install the downloaded bundle
# flatpak install eris-2020-09-24.flatpak # Install the downloaded bundle
# flatpak run --filesystem=host com.github.ahamilton.eris -h
There is a wrapper script available to make running easier:
@ -40,8 +40,8 @@ There is a wrapper script available to make running easier:
# Download AppImage file from github releases page:
https://github.com/ahamilton/eris/releases
# chmod +x eris-2019-12-22.AppImage
# mv eris-2019-12-22.AppImage ~/bin/eris # e.g. Put appimage in your PATH
# chmod +x eris-2020-09-24.AppImage
# mv eris-2020-09-24.AppImage ~/bin/eris # e.g. Put appimage in your PATH
# eris -h
## Tools