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