From 93b7fe8d490eb6b31c548469db8949fa9a436722 Mon Sep 17 00:00:00 2001 From: Ben Reaves Date: Sat, 3 Apr 2021 17:59:15 -0500 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3e5c784..5aedd3f 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Video Tutorial: [Install Kinto.sh for Linux in less than a minute](https://www.y Paste the following into your Terminal ``` -/bin/bash -c "$(curl -fsSL http://linux.kinto.sh)" +/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/rbreaves/kinto/master/install/linux.sh)" ``` ### Old Install Method @@ -98,10 +98,14 @@ Video Tutorial: [How to Install Kinto.sh on Windows 10](https://youtu.be/sRk8A8k ### Quick install Open Powershell as Administrator and copy and paste the following. This will download & extract Kinto, install chocolatey, python3 and then install Kinto. +**⚠ NOTE: Please inspect https://raw.githubusercontent.com/rbreaves/kinto/master/install/windows.ps1 and https://chocolatey.org/install.ps1 before running scripts directly. More information about running powershell scripts in this context can be found [here](https://chocolatey.org/install).** + ``` -Invoke-WebRequest -Uri https://github.com/rbreaves/kinto/archive/refs/heads/master.zip -OutFile $env:USERPROFILE\Downloads\kinto.zip;Expand-Archive -LiteralPath "$env:USERPROFILE\Downloads\kinto.zip" -DestinationPath "$env:USERPROFILE\Downloads" -Force;Set-ExecutionPolicy Bypass -Scope Process -Force; iwr https://chocolatey.org/install.ps1 -UseBasicParsing | iex; choco install -y python3;cd "$env:USERPROFILE\Downloads\kinto-master";py .\setup.py +Set-ExecutionPolicy Bypass -Scope Process -Force +iwr https://raw.githubusercontent.com/rbreaves/kinto/master/install/windows.ps1 -UseBasicParsing | iex ``` + Update system tray to show Kinto icon at all times (optional) ``` cmd /c "explorer shell:::{05d7b0f4-2121-4eff-bf6b-ed3f69b894d9}"