From 869bd5b3637dbf544c16a8a975dcc34519918353 Mon Sep 17 00:00:00 2001 From: Pekka Enberg Date: Thu, 6 Mar 2025 14:34:51 +0200 Subject: [PATCH] Fix installer script URL Fixes #1103 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 948d17bf2..f2a6b3855 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ You can install the latest `limbo` release with: ```shell curl --proto '=https' --tlsv1.2 -LsSf \ - https://github.com/tursodatabase/limbo/releases/latest/download/limbo-installer.sh | sh + https://github.com/tursodatabase/limbo/releases/latest/download/limbo_cli-installer.sh | sh ``` Then launch the shell to execute SQL statements: