From 8a746ed66753c828242495137dd125c4528de951 Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha Date: Tue, 5 Mar 2019 18:41:21 +0100 Subject: [PATCH] updated install method with MAKE --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b5e4170..6b023d8 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,14 @@ ## Installation ### Install using ```make``` ```bash -sudo make install +# Clone the repo +$ git clone https://github.com/sdushantha/kunst + +# Change your current directory to kunst +$ cd kunst + +# Install it +$ sudo make install ``` ### Install it locally