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)