appimage: Add installation instructions.
This commit is contained in:
parent
bd17110199
commit
3ee76efa56
2 changed files with 20 additions and 4 deletions
12
README.md
12
README.md
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue