Skip to content

Commit

Permalink
chore: update install steps
Browse files Browse the repository at this point in the history
  • Loading branch information
frectonz committed Oct 20, 2024
1 parent ffafb89 commit 26286ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ sql-studio clickhouse [URL] [USER] [PASSWORD] [DATABASE]
- Tables page with each table's metadata.
- Queries page with more access to your db.
- Infinite scroll rows view.
- Rich SQL IntelliSense for custom queries.

More features available on the [releases page](https://github.com/frectonz/sql-studio/releases).

Expand All @@ -71,7 +72,7 @@ More features available on the [releases page](https://github.com/frectonz/sql-s
### Install prebuilt binaries via shell script (MacOS and Linux)

```bash
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/frectonz/sql-studio/releases/download/0.1.30/sql-studio-installer.sh | sh
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/frectonz/sql-studio/releases/download/0.1.31/sql-studio-installer.sh | sh
```

### Install prebuilt binaries via powershell script
Expand Down

0 comments on commit 26286ce

Please sign in to comment.