From 3197adbaab6845054f7ddfaea5c7185c46d4cef4 Mon Sep 17 00:00:00 2001 From: frectonz Date: Thu, 13 Jun 2024 11:50:25 +0300 Subject: [PATCH] chore: add install instructions --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0cebb4c..2a73356 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,21 @@ SQLite database explorer ## How To Run It -If you are using [Nix](https://nixos.org/). +## 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. + +- Linux `sqlite-studio__x86_64-unknown-linux-musl.zip` +- Windows `sqlite-studio__x86_64-pc-windows-gnu.zip` +- MacOS x86 `sqlite-studio__x86_64-apple-darwin.zip` + +After downloading the ZIP archive, you can extract it and get the binary.