From 22f3db2f18a72d0d2aa3f3d2d58bf8d0206c6c9d Mon Sep 17 00:00:00 2001 From: mesutoezdil Date: Sat, 2 May 2026 23:19:02 +0200 Subject: [PATCH] docs: add Debian package install option to quickstart --- docs/get-started/quickstart.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) 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.