added new installation method

This commit is contained in:
Siddharth Dushantha 2019-03-05 17:51:23 +01:00 committed by GitHub
parent 580704de6a
commit 776f567a8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 3 deletions

View File

@ -17,15 +17,24 @@
- ```jq``` - ```jq```
## Installation ## Installation
**Install using ```make```** ### Install using ```make```
```bash ```bash
sudo make install sudo make install
``` ```
**Install it locally** ### Install it locally
**Method 1**
Add ```kunst``` to a directory which is in your ```$PATH``` Add ```kunst``` to a directory which is in your ```$PATH```
**Install from the AUR** **Method 2**
```bash
curl git.io/raw-kunst > kunst && chmod +x kunst
```
### Install from the AUR
[AUR](https://aur.archlinux.org/packages/kunst-git/) *(maintained by [networkpanic](https://github.com/networkpanic))* [AUR](https://aur.archlinux.org/packages/kunst-git/) *(maintained by [networkpanic](https://github.com/networkpanic))*