From edc2aeb61d23145f06fa6b8af500e61f2788142e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Manciot?= Date: Mon, 27 Jul 2026 18:12:55 +0200 Subject: [PATCH] =?UTF-8?q?docs:=20fix=20install=20script=20URLs=20?= =?UTF-8?q?=E2=80=94=20scripts/=20directory=20never=20existed,=20files=20a?= =?UTF-8?q?re=20at=20repo=20root?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit curl of raw.../main/scripts/install.sh returns 404; install.sh and install.ps1 live at the repository root. Co-Authored-By: Claude Fable 5 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7c3157ea..b124207e 100644 --- a/README.md +++ b/README.md @@ -23,12 +23,12 @@ Get started in seconds with the interactive SQL client: **Linux / macOS:** ```bash -curl -fsSL https://raw.githubusercontent.com/SOFTNETWORK-APP/SoftClient4ES/main/scripts/install.sh | bash +curl -fsSL https://raw.githubusercontent.com/SOFTNETWORK-APP/SoftClient4ES/main/install.sh | bash ``` **Windows (PowerShell):** ```powershell -irm https://raw.githubusercontent.com/SOFTNETWORK-APP/SoftClient4ES/main/scripts/install.ps1 | iex +irm https://raw.githubusercontent.com/SOFTNETWORK-APP/SoftClient4ES/main/install.ps1 | iex ``` ### Connect and Query