From 767239fb84a0aeceef8ea51032c5d7b7679b2ee9 Mon Sep 17 00:00:00 2001 From: Jonathan Dahan Date: Mon, 21 Dec 2020 13:01:41 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20add=20kiss=20linux=20instruction?= =?UTF-8?q?s=20(#152)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: makeworld --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 8fa8d7d..01d8ccc 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,22 @@ You can update it with: 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 This section is for advanced users who want to install the latest (possibly unstable) version of Amfora.