mirror of
https://github.com/makew0rld/amfora.git
synced 2024-12-04 14:46:29 -05:00
parent
d7d7c3054e
commit
767239fb84
16
README.md
16
README.md
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user