appimage: Add installation instructions.

This commit is contained in:
Andrew Hamilton 2020-01-10 14:13:30 +10:00
parent bd17110199
commit 3ee76efa56
2 changed files with 20 additions and 4 deletions

View file

@ -26,8 +26,16 @@ then to run:
# git clone https://github.com/ahamilton/eris
# cd eris
# sudo docker build -t eris .
# mv eris-docker ~/bin
# eris-docker -h
# mv eris-docker ~/bin/eris # Put wrapper in your PATH
# eris -h
### AppImage
# 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 # Put it in your PATH
# eris -h
## Tools