From 65a43ac78d9cfd879ef06a56eb176b42bedaaa35 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Thu, 14 Dec 2017 22:32:07 +0100 Subject: [PATCH] adding pip command to install --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c83afc3..2b663e2 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,12 @@ See the [example](#example) for an overview of the available features. # Installation +To install run: +```bash +$ sudo pip3 install catcli +``` + +Or from github directly ```bash $ cd /tmp; git clone https://github.com/deadc0de6/catcli && cd catcli $ sudo python3 setup.py install