From 5864765ed11734dab6ca4f1ccb6094a19c9eace7 Mon Sep 17 00:00:00 2001 From: Ben Reaves Date: Sun, 4 Apr 2021 14:31:09 -0500 Subject: [PATCH] Updated readme with uninstall for new install method --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5aedd3f..d9b5732 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,12 @@ Video Tutorial: [Install Kinto.sh for Linux in less than a minute](https://www.y Paste the following into your Terminal ``` -/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/rbreaves/kinto/master/install/linux.sh)" +/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/rbreaves/kinto/HEAD/install/linux.sh)" +``` + +Uninstall +``` +/bin/bash <( curl https://raw.githubusercontent.com/rbreaves/kinto/HEAD/install/linux.sh ) -r ``` ### Old Install Method