From 3ed6d907117819138b099412304e6066d0ac45d4 Mon Sep 17 00:00:00 2001 From: frectonz Date: Thu, 20 Jun 2024 12:12:52 +0300 Subject: [PATCH] chore: move update section up --- README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 2fac410..51982f9 100644 --- a/README.md +++ b/README.md @@ -53,19 +53,16 @@ curl --proto '=https' --tlsv1.2 -LsSf https://github.com/frectonz/sqlite-studio/ powershell -c "irm https://github.com/frectonz/sqlite-studio/releases/download/0.1.7/sqlite-studio-installer.ps1 | iex" ``` -### Nix - -If you are using [Nix](https://nixos.org/), to build it from source. +### Updating ```bash -nix shell github:frectonz/sqlite-studio -sqlite-studio +sqlite-studio-update ``` -## Updating +## Nix ```bash -sqlite-studio-update +nix shell github:frectonz/sqlite-studio ``` ## Contributing