updated install method with MAKE
This commit is contained in:
parent
fee6204c6d
commit
8a746ed667
|
@ -19,7 +19,14 @@
|
||||||
## Installation
|
## Installation
|
||||||
### Install using ```make```
|
### Install using ```make```
|
||||||
```bash
|
```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
|
### Install it locally
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue