From c0c7c59ea162b36cf7f20e7c7f51f2bbbf98f630 Mon Sep 17 00:00:00 2001 From: Youngwb Date: Mon, 20 Jul 2026 11:50:43 +0800 Subject: [PATCH] docs: fix BoxRun install link --- index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.mdx b/index.mdx index b4ab221..d2c972c 100644 --- a/index.mdx +++ b/index.mdx @@ -63,7 +63,7 @@ Runs on macOS (Apple Silicon), Linux (KVM), and Windows (WSL2). **BoxRun** is the management layer for BoxLite sandboxes. Create, list, stop, and delete boxes through a CLI, REST API, Python SDK, or web dashboard — all in a single binary. ```bash -curl -fsSL https://boxlite.ai/boxrun/install | sh +curl -fsSL https://sh.boxlite.ai | sh boxrun shell ubuntu ```