From 357451559b3ec3ae4341173ff46860c596d8ad33 Mon Sep 17 00:00:00 2001 From: frectonz Date: Thu, 8 Aug 2024 02:54:26 +0300 Subject: [PATCH] chore: update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f5a13b7..5bd15ef 100644 --- a/README.md +++ b/README.md @@ -44,8 +44,8 @@ sql-studio clickhouse [URL] [USER] [PASSWORD] [DATABASE] - Overview page with common metadata. - Tables page with each table's metadata. +- Queries page with more access to your db. - Infinite scroll rows view. -- A custom query page that gives you more access to your db. More features available on the [releases page](https://github.com/frectonz/sql-studio/releases). @@ -71,13 +71,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.25/sql-studio-installer.sh | sh +curl --proto '=https' --tlsv1.2 -LsSf https://github.com/frectonz/sql-studio/releases/download/0.1.26/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.25/sql-studio-installer.ps1 | iex" +powershell -c "irm https://github.com/frectonz/sql-studio/releases/download/0.1.26/sql-studio-installer.ps1 | iex" ``` ### Updating