Skip to content

Commit 747b2ad

Browse files
author
Roy Lin
committed
docs(k8s): point installer one-liner at release/2.6.0 (where the script lives until merged to main)
1 parent a8e60cd commit 747b2ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ and `/dev/kvm`.
378378

379379
```bash
380380
# one-liner (downloads the pinned release artifacts from GitHub):
381-
curl -fsSL https://raw.githubusercontent.com/AI45Lab/Box/main/deploy/scripts/install-runtimeclass.sh | sudo bash
381+
curl -fsSL https://raw.githubusercontent.com/AI45Lab/Box/release/2.6.0/deploy/scripts/install-runtimeclass.sh | sudo bash
382382

383383
# or from a checkout:
384384
sudo deploy/scripts/install-runtimeclass.sh # default version

0 commit comments

Comments
 (0)