diff --git a/docs/get-started/quickstart.mdx b/docs/get-started/quickstart.mdx index 2f26c7bfb..bb3e01fe3 100644 --- a/docs/get-started/quickstart.mdx +++ b/docs/get-started/quickstart.mdx @@ -31,6 +31,14 @@ If you prefer [uv](https://docs.astral.sh/uv/): uv tool install -U openshell ``` +On Debian and Ubuntu, download the `.deb` package from the [GitHub releases page](https://github.com/NVIDIA/OpenShell/releases) and install it: + +```shell +sudo dpkg -i openshell__amd64.deb +``` + +The package includes the CLI, the gateway binary, and the VM compute driver. + After installing the CLI, run `openshell --help` in your terminal to see the full CLI reference, including all commands and flags.