From e173c1200c5ebc3209526f344afa4c006b7cf8ab Mon Sep 17 00:00:00 2001 From: George Stagg Date: Wed, 22 Apr 2026 08:37:24 +0100 Subject: [PATCH] Fix installation instructions --- doc/index.qmd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/index.qmd b/doc/index.qmd index bb6162ee..76190856 100644 --- a/doc/index.qmd +++ b/doc/index.qmd @@ -83,12 +83,12 @@ LABEL ::: {.install-col .install-col-right} ```bash -# Jupyter kernel +# Jupyter kernel (PyPI) uv tool install ggsql-jupyter ggsql-jupyter --install -# CLI -uv tool install ggsql +# CLI (crates.io) +cargo install ggsql ``` ::: :::