From 26d2b5421813e0f8ad916045300ea8ed68fa1731 Mon Sep 17 00:00:00 2001 From: Eduardo Parra Date: Tue, 12 Sep 2017 23:00:50 +0200 Subject: [PATCH] Added installation of Archlinux package --- README.rst | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index cc57a86..91bb31d 100644 --- a/README.rst +++ b/README.rst @@ -70,13 +70,9 @@ Arch Installation You can download KickThemOut on an Arch based system by executing the following:: - $ git clone https://github.com/k4m4/kickthemout.git + $ yaourt -S kickthemout-git - $ cd kickthemout/ - - $ sudo -H python -m pip install -r requirements.txt - - $ sudo python kickthemout.py + $ sudo kickthemout Demo -----