Skip to content

NVIDIA NemoClaw Developer Guide OpenShell Install Command Out of Date #835

@papillonlibre

Description

@papillonlibre

Description

The NVIDIA NemoClaw Developer Guide (https://nvidia.github.io/NemoClaw/pr-preview/pr-543/get-started/dgx-spark.html) provides instructions on installing the OpenShell CLI as below:

ARCH=$(uname -m)
sudo curl -fsSL "https://github.com/NVIDIA/OpenShell/releases/latest/download/openshell-linux-${ARCH}" -o /usr/local/bin/openshell
sudo chmod +x /usr/local/bin/openshell

However, the install path recommended from the OpenShell README (https://github.com/NVIDIA/OpenShell) is as follows:
curl -LsSf https://raw.githubusercontent.com/NVIDIA/OpenShell/main/install.sh | sh

Affected Page

No response

Issue Type

Inaccurate information

Suggested Fix

Therefore, I recommend that we update the instruction in the NVIDIA NemoClaw Developer Guide to match this recommended install path.

Metadata

Metadata

Assignees

Labels

area: docsDocumentation, examples, guides, or docs buildneeds: triageAwaiting maintainer classification

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions