updated method for local installation

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

View File

@ -23,15 +23,13 @@ sudo make install
```
### Install it locally
**Method 1**
Add ```kunst``` to a directory which is in your ```$PATH```
**Method 2**
```bash
curl git.io/raw-kunst > kunst && chmod +x kunst
# Download the kunst source code and save as kunst
$ curl git.io/raw-kunst > kunst && chmod +x kunst
# Then move kunst somewhere in your $PATH
# Here is an example
$ mv kunst ~/script/
```
### Install from the AUR