release: Update readme and release file
This commit is contained in:
parent
4141b6d06c
commit
f244571b2d
3 changed files with 12 additions and 6 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue