1
0
mirror of https://github.com/makew0rld/amfora.git synced 2024-09-27 23:05:55 -04:00

📝 add kiss linux instructions (#152)

Co-authored-by: makeworld
This commit is contained in:
Jonathan Dahan 2020-12-21 13:01:41 -05:00 committed by GitHub
parent d7d7c3054e
commit 767239fb84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,6 +59,22 @@ You can update it with:
brew upgrade amfora brew upgrade amfora
``` ```
### KISS Linux
[KISS](k1ss.org) Linux users can install Amfora from jedahan's repository.
Add jedahan's kiss repository:
```
git clone https://github.com/jedahan/kiss-repo.git repo-jedahan
export KISS_PATH="$KISS_PATH:$PWD/repo-jedahan"
```
Build and install Amfora:
```
kiss build amfora
kiss install amfora
```
### From Source ### From Source
This section is for advanced users who want to install the latest (possibly unstable) version of Amfora. This section is for advanced users who want to install the latest (possibly unstable) version of Amfora.