From 8848f8cbeadb142621c3cd7fef709b304f220e0b Mon Sep 17 00:00:00 2001 From: Ben Reaves Date: Thu, 18 Jun 2020 00:50:39 -0500 Subject: [PATCH 1/3] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e2c0b75..89d9f44 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ I'd say 90+% of the time no, but every OS has their default conventions that som ## What does Kinto require? -- Python (initial install only) +- Python - systemd - x11 - IBus* @@ -77,9 +77,8 @@ Wayland support is planned, but not ready yet. ### Kinto for Windows 10 Requirements -- WSL Ubuntu edition - Powershell - run as Administrator -- Python3 +- [Python3](https://www.python.org/downloads/windows/) Other programs that will be installed when you run ./setup.py - Chocolatey From 72bedf856d941401201d65f5984705db2877aa8c Mon Sep 17 00:00:00 2001 From: Ben Reaves Date: Thu, 18 Jun 2020 15:10:07 -0500 Subject: [PATCH 2/3] Update README.md --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 89d9f44..59f22df 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,7 @@ Wayland support is planned, but not ready yet. ### Kinto for Windows 10 Requirements +- [Git for Windows](https://git-scm.com/download/win) - Powershell - run as Administrator - [Python3](https://www.python.org/downloads/windows/) @@ -94,7 +95,7 @@ Users can now hotswap between Apple and Windows based keyboards without having t -## How to install +## How to install (Linux) 1. clone this repo ``` @@ -119,6 +120,19 @@ To Uninstall Kinto ./setup.py ``` +## How to Install (Windows) + +Install +``` +python setup.py +``` + +To Uninstall Kinto + +``` +python setup.py +``` + ## Shortcut Creation (Xkeysnail) **GUI Keys** From c66dcbca9a41aa181530e15aae0cd3d6b8600409 Mon Sep 17 00:00:00 2001 From: Ben Reaves Date: Thu, 18 Jun 2020 19:11:04 -0500 Subject: [PATCH 3/3] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 59f22df..9ff0ed4 100644 --- a/README.md +++ b/README.md @@ -122,6 +122,8 @@ To Uninstall Kinto ## How to Install (Windows) +Video Tutorial: [How to Install Kinto.sh on Windows 10](https://youtu.be/sRk8A8krz40) + Install ``` python setup.py