From 44d8be7822f34db2da0d53970da7f16ead9917e5 Mon Sep 17 00:00:00 2001 From: Ben Reaves Date: Mon, 5 Apr 2021 14:23:35 -0500 Subject: [PATCH] Update README.md --- README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/README.md b/README.md index d9b5732..2227aec 100644 --- a/README.md +++ b/README.md @@ -46,21 +46,11 @@ Uninstall ### Old Install Method -1. clone this repo ``` git clone https://github.com/rbreaves/kinto.git cd kinto -``` -2. Install python3 (If needed) - -Debian or Ubuntu 16.04 or 18.04 -``` sudo apt update sudo apt install python3 -``` - -3. Run the script, press 1 or 2 keys and you are done. -``` ./setup.py ```