From 26286ce0468f78fdc116d8de20570b794552a3be Mon Sep 17 00:00:00 2001 From: frectonz Date: Sun, 20 Oct 2024 15:02:36 +0300 Subject: [PATCH] chore: update install steps --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bda82b5..ab34bf0 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,7 @@ sql-studio clickhouse [URL] [USER] [PASSWORD] [DATABASE] - Tables page with each table's metadata. - Queries page with more access to your db. - Infinite scroll rows view. +- Rich SQL IntelliSense for custom queries. More features available on the [releases page](https://github.com/frectonz/sql-studio/releases). @@ -71,7 +72,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.30/sql-studio-installer.sh | sh +curl --proto '=https' --tlsv1.2 -LsSf https://github.com/frectonz/sql-studio/releases/download/0.1.31/sql-studio-installer.sh | sh ``` ### Install prebuilt binaries via powershell script