From 7c8795214d81c20d6024c2ac619a7dd704824e21 Mon Sep 17 00:00:00 2001 From: frectonz Date: Sat, 19 Oct 2024 14:32:21 +0300 Subject: [PATCH] chore: update install steps --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 31211d9..ba3b1ab 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ More features available on the [releases page](https://github.com/frectonz/sql-s ### Install prebuilt binaries via shell script (MacOS and Linux) ```bash -curl --proto '=https' --tlsv1.2 -LsSf https://github.com/frectonz/sql-studio/releases/download/0.1.27/sql-studio-installer.sh | sh +curl --proto '=https' --tlsv1.2 -LsSf https://github.com/frectonz/sql-studio/releases/download/0.1.29/sql-studio-installer.sh | sh ``` ### Install prebuilt binaries via powershell script