Updated readme with uninstall for new install method

This commit is contained in:
Ben Reaves
2021-04-04 14:31:09 -05:00
parent 022dedb1dd
commit 5864765ed1

View File

@@ -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 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 ### Old Install Method