This commit is contained in:
Siddharth Dushantha 2019-03-05 17:59:10 +01:00 committed by GitHub
parent f75a214c4a
commit fee6204c6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ sudo make install
# and make it executeable # and make it executeable
$ curl git.io/raw-kunst > kunst && chmod +x kunst $ curl git.io/raw-kunst > kunst && chmod +x kunst
# Then move kunst somewhere in your $PATH # Then move kunst to somewhere in your $PATH
# Here is an example # Here is an example
$ mv kunst ~/script/ $ mv kunst ~/script/
``` ```