Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/get-started/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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_<version>_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.

<Tip>
Expand Down
Loading