From 032c317c7eda374c73830a4079cbae2d2f5dfd51 Mon Sep 17 00:00:00 2001 From: Ben Reaves Date: Fri, 19 Jun 2020 16:30:58 -0500 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b640c1a..89bafc1 100644 --- a/README.md +++ b/README.md @@ -134,7 +134,15 @@ To Uninstall Kinto Video Tutorial: [How to Install Kinto.sh on Windows 10](https://youtu.be/sRk8A8krz40) -Install +1. Open Powershell (Right click and Run as Administrator) + +2. clone this repo +``` +git clone https://github.com/rbreaves/kinto.git +cd kinto +``` + +3. Install ``` python setup.py ```