File tree Expand file tree Collapse file tree 2 files changed +2
-16
lines changed
Expand file tree Collapse file tree 2 files changed +2
-16
lines changed Original file line number Diff line number Diff line change @@ -526,14 +526,7 @@ jobs:
526526 curl -fsSL https://raw.githubusercontent.com/NVIDIA/OpenShell/main/install-vm.sh | sh
527527 ```
528528
529- Install to a custom directory:
530-
531- ```
532- curl -fsSL https://raw.githubusercontent.com/NVIDIA/OpenShell/main/install-vm.sh | OPENSHELL_VM_INSTALL_DIR=/usr/local/bin sh
533- ```
534-
535- The installer auto-detects your platform, verifies checksums, and codesigns
536- on macOS (Hypervisor entitlement). Defaults to `~/.local/bin`.
529+ Auto-detects your platform, verifies checksums, and codesigns on macOS.
537530
538531 files : |
539532 release-final/openshell-vm-aarch64-unknown-linux-gnu.tar.gz
Original file line number Diff line number Diff line change @@ -260,14 +260,7 @@ jobs:
260260 curl -fsSL https://raw.githubusercontent.com/NVIDIA/OpenShell/main/install-vm.sh | sh
261261 ```
262262
263- Install to a custom directory:
264-
265- ```
266- curl -fsSL https://raw.githubusercontent.com/NVIDIA/OpenShell/main/install-vm.sh | OPENSHELL_VM_INSTALL_DIR=/usr/local/bin sh
267- ```
268-
269- The installer auto-detects your platform, verifies checksums, and codesigns
270- on macOS (Hypervisor entitlement). Defaults to `~/.local/bin`.
263+ Auto-detects your platform, verifies checksums, and codesigns on macOS.
271264
272265 files : |
273266 release/vm-runtime-linux-aarch64.tar.zst
You can’t perform that action at this time.
0 commit comments