flatpak: Add installation instructions and wrapper script.
This commit is contained in:
parent
3ee76efa56
commit
18e501441c
3 changed files with 39 additions and 4 deletions
18
README.md
18
README.md
|
|
@ -21,12 +21,26 @@ then to run:
|
|||
|
||||
# eris <directory_path>
|
||||
|
||||
### Flatpak
|
||||
|
||||
# Download flatpak bundle file from github releases page:
|
||||
https://github.com/ahamilton/eris/releases
|
||||
# flatpak install org.freedesktop.Sdk/x86_64/18.08
|
||||
# flatpak install eris-2019-12-22.flatpak
|
||||
# flatpak run --filesystem=host com.github.ahamilton.eris -h
|
||||
|
||||
there is a wrapper script available to make running easier:
|
||||
|
||||
# git clone https://github.com/ahamilton/eris
|
||||
# cp eris/eris-flatpak ~/bin/eris # Put wrapper script in your PATH
|
||||
# eris -h
|
||||
|
||||
### Docker
|
||||
|
||||
# git clone https://github.com/ahamilton/eris
|
||||
# cd eris
|
||||
# sudo docker build -t eris .
|
||||
# mv eris-docker ~/bin/eris # Put wrapper in your PATH
|
||||
# cp eris-docker ~/bin/eris # Put wrapper script in your PATH
|
||||
# eris -h
|
||||
|
||||
### AppImage
|
||||
|
|
@ -34,7 +48,7 @@ then to run:
|
|||
# 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
|
||||
# mv ./eris-2019-12-22.AppImage ~/bin/eris # Put appimage in your PATH
|
||||
# eris -h
|
||||
|
||||
## Tools
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue