Skip to content

Commit

Permalink
chore: move update section up
Browse files Browse the repository at this point in the history
  • Loading branch information
frectonz committed Jun 20, 2024
1 parent cb1f1eb commit f6d9c6b
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f6d9c6b

Please sign in to comment.