fixed typo

This commit is contained in:
Siddharth Dushantha 2020-03-25 20:34:35 +01:00 committed by GitHub
parent 51cd567d7f
commit 3a18fde47c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ $ sudo make install
```bash ```bash
# Download the kunst source code, save as kunst, make it executeable # Download the kunst source code, save as kunst, make it executeable
# and then move it to ~/.local/bin # and then move it to ~/.local/bin
$ curl -L git.io/raw-kunst > kunst && chmod +x kunst && kunst mv ~/.local/bin $ curl -L git.io/raw-kunst > kunst && chmod +x kunst && mv kunst ~/.local/bin
``` ```
## Usage ## Usage