From 0a24d20bbc7d0653389af2c7c8683293e133033d Mon Sep 17 00:00:00 2001 From: Dmitrii Iurco Date: Mon, 11 May 2026 02:58:48 -0400 Subject: [PATCH] Update QUICKSTART: use http for install.pic.ngo and git.pic.ngo (no HTTPS yet) Co-Authored-By: Claude Sonnet 4.6 --- QUICKSTART.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/QUICKSTART.md b/QUICKSTART.md index d617262..f23e7da 100644 --- a/QUICKSTART.md +++ b/QUICKSTART.md @@ -17,13 +17,13 @@ The installer handles all software dependencies (git, docker, make, etc.) automa ## Option A — One-line installer (recommended) ```bash -curl -fsSL https://install.pic.ngo | sudo bash +curl -fsSL http://install.pic.ngo | sudo bash ``` Always review the script before running it: ```bash -curl -fsSL https://install.pic.ngo | less +curl -fsSL http://install.pic.ngo | less ``` The installer: @@ -47,7 +47,7 @@ http://:8081/setup Use this if you want to control where PIC is installed, or if you are installing on a machine that already has Docker. ```bash -git clone https://git.pic.ngo/roof/pic.git pic +git clone http://git.pic.ngo/roof/pic.git pic cd pic sudo make install make start-core