From 71c96b4b8e9bc8db38aa00c86bff3c289cd387bb Mon Sep 17 00:00:00 2001 From: boskeysavla Date: Wed, 18 Mar 2026 13:46:10 -0700 Subject: [PATCH] Update sandbox creation command with sudo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1800a468..718e0013 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ uv tool install -U openshell ### Create a sandbox ```bash -openshell sandbox create -- claude # or opencode, codex, ollama +sudo openshell sandbox create -- claude # or opencode, codex, ollama ``` A gateway is created automatically on first use. To deploy on a remote host instead, pass `--remote user@host` to the create command.