Skip to content

Commit

Permalink
chore: remove unused action
Browse files Browse the repository at this point in the history
  • Loading branch information
frectonz committed Jun 20, 2024
1 parent c69a2b8 commit f10de82
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 35 deletions.
28 changes: 0 additions & 28 deletions .github/workflows/build-ui.yml

This file was deleted.

22 changes: 15 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,19 @@ More features available on the [releases page](https://github.com/frectonz/sqlit
![query](./screenshots/query.png)
![query gif](https://github.com/frectonz/sqlite-studio/assets/53809656/3e47a890-ddd9-4c7f-be88-53e30cc23b15)

## How To Run It
## Installation

### Pre-Built Binaries
### Install prebuilt binaries via shell script (MacOS and Linux)

You can find pre-built binaries for the following targets on the [releases](https://github.com/frectonz/sqlite-studio/releases) page.
```sh
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/frectonz/sqlite-studio/releases/download/0.1.7/sqlite-studio-installer.sh | sh
```

- Linux `sqlite-studio_<release>_x86_64-unknown-linux-musl.zip`
- Windows `sqlite-studio_<release>_x86_64-pc-windows-gnu.zip`
- MacOS x86 `sqlite-studio_<release>_x86_64-apple-darwin.zip`
### Install prebuilt binaries via powershell script

After downloading the ZIP archive, you can extract it and get the binary.
```sh
powershell -c "irm https://github.com/frectonz/sqlite-studio/releases/download/0.1.7/sqlite-studio-installer.ps1 | iex"
```

### Nix

Expand All @@ -60,6 +62,12 @@ nix shell github:frectonz/sqlite-studio
sqlite-studio [sqlite_db]
```

## Updating

```bash
sqlite-studio-update
```

## 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 f10de82

Please sign in to comment.