Skip to content

Commit

Permalink
chore: move pre-built binaries up
Browse files Browse the repository at this point in the history
  • Loading branch information
frectonz committed Jun 17, 2024
1 parent 4824939 commit a7921b9
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <sqlite_db>
```

### Pre-Built Binaries

You can find pre-built binaries for the following targets on the [releases](https://github.com/frectonz/sqlite-studio/releases) page.
Expand All @@ -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 <sqlite_db>
```

## Contributing

Before executing `cargo run` you need to build the UI because the rust app statically embedded the UI files in the binary.
Expand Down

0 comments on commit a7921b9

Please sign in to comment.