Skip to content

Commit ff39b8d

Browse files
authored
Fix installation instructions (#351)
1 parent 0c8ad3f commit ff39b8d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

doc/index.qmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,12 +83,12 @@ LABEL
8383

8484
::: {.install-col .install-col-right}
8585
```bash
86-
# Jupyter kernel
86+
# Jupyter kernel (PyPI)
8787
uv tool install ggsql-jupyter
8888
ggsql-jupyter --install
8989

90-
# CLI
91-
uv tool install ggsql
90+
# CLI (crates.io)
91+
cargo install ggsql
9292
```
9393
:::
9494
:::

0 commit comments

Comments
 (0)