From d7bf3e54bef7faeee03716f3bbc3eafbfc3cfb55 Mon Sep 17 00:00:00 2001 From: frectonz Date: Wed, 3 Jul 2024 12:54:28 +0300 Subject: [PATCH] chore: update install steps --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6f9dc86..06d016d 100644 --- a/README.md +++ b/README.md @@ -65,13 +65,13 @@ 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.17/sql-studio-installer.sh | sh +curl --proto '=https' --tlsv1.2 -LsSf https://github.com/frectonz/sql-studio/releases/download/0.1.18/sql-studio-installer.sh | sh ``` ### Install prebuilt binaries via powershell script ```powershell -powershell -c "irm https://github.com/frectonz/sql-studio/releases/download/0.1.17/sql-studio-installer.ps1 | iex" +powershell -c "irm https://github.com/frectonz/sql-studio/releases/download/0.1.18/sql-studio-installer.ps1 | iex" ``` ### Updating