From 21a9ec282637c5108283f883d7d7f5254501f541 Mon Sep 17 00:00:00 2001 From: Andrew Hamilton Date: Mon, 25 Apr 2022 16:42:15 +1000 Subject: [PATCH] Fix appimage download url in readme --- README.md | 2 +- packaging/make-readme.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 202c100..ee904bd 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Then to run: #### AppImage # Download AppImage file from github releases page: - wget "https://github.com/ahamilton/eris/releases/download/v2022.04.25/eris_2022.04.23.AppImage" + 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 diff --git a/packaging/make-readme.py b/packaging/make-readme.py index 74bb650..7a64568 100755 --- a/packaging/make-readme.py +++ b/packaging/make-readme.py @@ -58,7 +58,7 @@ Then to run: #### AppImage # Download AppImage file from github releases page: - wget "https://github.com/ahamilton/eris/releases/download/v2022.04.25/eris_2022.04.23.AppImage" + 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