From 6a866dec54bc363db5e8e6710f340a7dd70ed96e Mon Sep 17 00:00:00 2001 From: Ben Reaves Date: Fri, 19 Jun 2020 20:58:09 -0500 Subject: [PATCH] Update README.md --- README.md | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 8026c80..0a9e3ff 100644 --- a/README.md +++ b/README.md @@ -142,22 +142,15 @@ Video Tutorial: [How to Install Kinto.sh on Windows 10](https://youtu.be/sRk8A8k git clone https://github.com/rbreaves/kinto.git cd kinto ``` -3. Install Python -Note: Even if you installed Python already, as in the video, you will need to run the following command. Python will not link properly in Powershell unless it is installed via the Windows Store. A stub file of some kind gets in the way, even if you try setting the path. +3. Install - Select keyboard type ``` -python -``` -Click on Install from within the Windows Store. You do not need to sign in to install the program and whichever version that is on the store will work fine. - -4. Install - Select keyboard type -``` -python setup.py +py setup.py ``` To Uninstall Kinto - Select Uninstall ``` -python setup.py +py setup.py ``` ## Shortcut Creation (Xkeysnail)