diff --git a/README.md b/README.md index 30965e9..df7701f 100644 --- a/README.md +++ b/README.md @@ -42,9 +42,9 @@ Then to run: #### AppImage # 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 + wget "https://github.com/ahamilton/eris/releases/download/v2022-04-23/eris_2022.04.23.AppImage" + chmod +x eris_2022.04.23.AppImage + mv eris_2022.04.23.AppImage ~/bin/eris # e.g. Put appimage in your PATH ## Tools diff --git a/packaging/RELEASES b/packaging/RELEASES index 1cac9c8..181fa82 100644 --- a/packaging/RELEASES +++ b/packaging/RELEASES @@ -1,3 +1,9 @@ +23 April 2022 + +- Allow custom config files. +- Can install with pip. +- Minor bug fixes. +- Don't have a new snap until core22 is released with python3.10. 6 December 2021 diff --git a/packaging/make-readme.py b/packaging/make-readme.py index 0d95dbe..8bfbb23 100755 --- a/packaging/make-readme.py +++ b/packaging/make-readme.py @@ -58,9 +58,9 @@ Then to run: #### AppImage # 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 + wget "https://github.com/ahamilton/eris/releases/download/v2022-04-23/eris_2022.04.23.AppImage" + chmod +x eris_2022.04.23.AppImage + mv eris_2022.04.23.AppImage ~/bin/eris # e.g. Put appimage in your PATH ## Tools