tell users to save script to ~/.local/bin
This commit is contained in:
parent
804a440fd9
commit
51cd567d7f
10
README.md
10
README.md
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue