From a7921b97574632b2c2db6deda899f81ce3252711 Mon Sep 17 00:00:00 2001 From: frectonz Date: Mon, 17 Jun 2024 09:46:00 +0300 Subject: [PATCH] chore: move pre-built binaries up --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index a2106da..a9857fa 100644 --- a/README.md +++ b/README.md @@ -33,15 +33,6 @@ More features available on the [releases page](https://github.com/frectonz/sqlit ## How To Run It -### Nix - -If you are using [Nix](https://nixos.org/), to build it from source. - -```bash -nix shell github:frectonz/sqlite-studio -sqlite-studio -``` - ### Pre-Built Binaries You can find pre-built binaries for the following targets on the [releases](https://github.com/frectonz/sqlite-studio/releases) page. @@ -52,6 +43,15 @@ You can find pre-built binaries for the following targets on the [releases](http After downloading the ZIP archive, you can extract it and get the binary. +### Nix + +If you are using [Nix](https://nixos.org/), to build it from source. + +```bash +nix shell github:frectonz/sqlite-studio +sqlite-studio +``` + ## Contributing Before executing `cargo run` you need to build the UI because the rust app statically embedded the UI files in the binary.