Update README.md

This commit is contained in:
Siddharth Dushantha 2019-03-05 19:18:03 +01:00 committed by GitHub
parent 8a746ed667
commit d9ce6d29a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ $ sudo make install
```bash ```bash
# Download the kunst source code, save as kunst # Download the kunst source code, save as kunst
# and make it executeable # and make it executeable
$ curl git.io/raw-kunst > kunst && chmod +x kunst $ curl -L git.io/raw-kunst > kunst && chmod +x kunst
# Then move kunst to somewhere in your $PATH # Then move kunst to somewhere in your $PATH
# Here is an example # Here is an example