Skip to content

Commit c313ce2

Browse files
committed
Update README install section with shell/powershell installers
1 parent 71b5615 commit c313ce2

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,14 @@ Results are returned in [TOON](https://github.com/toon-format/toon) (compact, to
4646
## Quickstart
4747

4848
```sh
49-
cargo install --path crates/sqlize
49+
# macOS / Linux
50+
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Benaiad/sqlize/releases/latest/download/sqlize-installer.sh | sh
51+
52+
# Windows
53+
powershell -ExecutionPolicy Bypass -c "irm https://github.com/Benaiad/sqlize/releases/latest/download/sqlize-installer.ps1 | iex"
54+
55+
# Or with Cargo
56+
cargo install sqlize
5057
```
5158

5259
Curated minimal specs ship with the repo:

0 commit comments

Comments
 (0)