From 776f567a8a60050696d551f97d3ef1e61b0dfa44 Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha Date: Tue, 5 Mar 2019 17:51:23 +0100 Subject: [PATCH] added new installation method --- README.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1f0ad8d..f62cddc 100644 --- a/README.md +++ b/README.md @@ -17,15 +17,24 @@ - ```jq``` ## Installation -**Install using ```make```** +### Install using ```make``` ```bash sudo make install ``` -**Install it locally** +### Install it locally + +**Method 1** Add ```kunst``` to a directory which is in your ```$PATH``` -**Install from the AUR** +**Method 2** + + +```bash + curl git.io/raw-kunst > kunst && chmod +x kunst +``` + +### Install from the AUR [AUR](https://aur.archlinux.org/packages/kunst-git/) *(maintained by [networkpanic](https://github.com/networkpanic))*