From 51cd567d7f57677d309084b3b49c774b75c04865 Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha Date: Mon, 23 Mar 2020 11:16:01 +0100 Subject: [PATCH] tell users to save script to ~/.local/bin --- README.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index b632bef..cb30dc2 100644 --- a/README.md +++ b/README.md @@ -32,13 +32,9 @@ $ sudo make install ### Install it locally ```bash -# Download the kunst source code, save as kunst -# and make it executeable -$ curl -L git.io/raw-kunst > kunst && chmod +x kunst - -# Then move kunst to somewhere in your $PATH -# Here is an example -$ mv kunst ~/script/ +# Download the kunst source code, save as kunst, make it executeable +# and then move it to ~/.local/bin +$ curl -L git.io/raw-kunst > kunst && chmod +x kunst && kunst mv ~/.local/bin ``` ## Usage