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
|
### Install it locally
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Download the kunst source code, save as kunst
|
# Download the kunst source code, save as kunst, make it executeable
|
||||||
# and make it executeable
|
# and then move it to ~/.local/bin
|
||||||
$ curl -L git.io/raw-kunst > kunst && chmod +x kunst
|
$ curl -L git.io/raw-kunst > kunst && chmod +x kunst && kunst mv ~/.local/bin
|
||||||
|
|
||||||
# Then move kunst to somewhere in your $PATH
|
|
||||||
# Here is an example
|
|
||||||
$ mv kunst ~/script/
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
Loading…
Reference in New Issue