Skip to content

Commit 0765fa2

Browse files
committed
docs(vm): simplify release notes install section
1 parent 463eb2b commit 0765fa2

File tree

2 files changed

+2
-16
lines changed

2 files changed

+2
-16
lines changed

.github/workflows/release-vm-dev.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/release-vm-kernel.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)