From 4052724390b2189b66fe0a9931f5f70cec3a90b6 Mon Sep 17 00:00:00 2001 From: Nikolaos Kamarinakis Date: Sun, 13 Aug 2017 13:40:58 +0300 Subject: [PATCH] Add Arch Linux Installation Guide --- README.rst | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.rst b/README.rst index 4b0bb7a..eab8204 100644 --- a/README.rst +++ b/README.rst @@ -37,6 +37,8 @@ You can download KickThemOut by cloning the `Git Repo `_ installed before running the Mac OS installation. +Arch Installation +---------------------- + +You can download KickThemOut on an Arch based system by executing the following:: + + $ git clone https://github.com/k4m4/kickthemout.git + + $ cd kickthemout/ + + $ sudo -H python -m pip install -r requirements.txt + + $ sudo python kickthemout.py + Demo -----