tell users to save script to ~/.local/bin

This commit is contained in:
Siddharth Dushantha 2020-03-23 11:16:01 +01:00 committed by GitHub
parent 804a440fd9
commit 51cd567d7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 7 deletions

View File

@ -32,13 +32,9 @@ $ sudo make install
### Install it locally
```bash
# Download the kunst source code, save as kunst
# and make it executeable
$ curl -L git.io/raw-kunst > kunst && chmod +x kunst
# Then move kunst to somewhere in your $PATH
# Here is an example
$ mv kunst ~/script/
# Download the kunst source code, save as kunst, make it executeable
# and then move it to ~/.local/bin
$ curl -L git.io/raw-kunst > kunst && chmod +x kunst && kunst mv ~/.local/bin
```
## Usage