updated install method with MAKE

This commit is contained in:
Siddharth Dushantha 2019-03-05 18:41:21 +01:00 committed by GitHub
parent fee6204c6d
commit 8a746ed667
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 1 deletions

View File

@ -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