From 5ea1481cbabea7ab441e05399b774571a15abcdd Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha Date: Tue, 5 Mar 2019 17:57:12 +0100 Subject: [PATCH] updated method for local installation --- README.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index f62cddc..0c264a2 100644 --- a/README.md +++ b/README.md @@ -23,15 +23,13 @@ sudo make install ``` ### Install it locally -**Method 1** - -Add ```kunst``` to a directory which is in your ```$PATH``` - -**Method 2** - - ```bash - curl git.io/raw-kunst > kunst && chmod +x kunst +# Download the kunst source code and save as kunst +$ curl git.io/raw-kunst > kunst && chmod +x kunst + +# Then move kunst somewhere in your $PATH +# Here is an example +$ mv kunst ~/script/ ``` ### Install from the AUR