From 6b15615a93f7e7f7e9e094f02395138066633127 Mon Sep 17 00:00:00 2001 From: frectonz Date: Thu, 20 Jun 2024 18:56:23 +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 57d1542..ae4feb8 100644 --- a/README.md +++ b/README.md @@ -50,13 +50,13 @@ More features available on the [releases page](https://github.com/frectonz/sqlit ### Install prebuilt binaries via shell script (MacOS and Linux) ```sh -curl --proto '=https' --tlsv1.2 -LsSf https://github.com/frectonz/sqlite-studio/releases/download/0.1.7/sqlite-studio-installer.sh | sh +curl --proto '=https' --tlsv1.2 -LsSf https://github.com/frectonz/sqlite-studio/releases/download/0.1.8/sqlite-studio-installer.sh | sh ``` ### Install prebuilt binaries via powershell script ```sh -powershell -c "irm https://github.com/frectonz/sqlite-studio/releases/download/0.1.7/sqlite-studio-installer.ps1 | iex" +powershell -c "irm https://github.com/frectonz/sqlite-studio/releases/download/0.1.8/sqlite-studio-installer.ps1 | iex" ``` ### Updating