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.
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:
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 | shAffected 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.