From 16c16127e79231c86d75987d05ec5c56a2c62cf1 Mon Sep 17 00:00:00 2001 From: Olcan Date: Tue, 27 May 2025 14:01:23 -0700 Subject: [PATCH] fix sandboxing anchor (#572) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e4b93d0..d72003b0 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ As with most Node projects, major development scripts can be found in the `packa The build toolchain requires `npm` and `jq` to be installed. You can use the `scripts/setup-dev.sh` script to install these prerequisites. -#### Sandboxing +#### Enabling Sandboxing Container-based [sandboxing](#sandboxing) is highly recommended and requires, at a minimum, setting `GEMINI_SANDBOX=true` in your `~/.env` and ensuring a container engine (e.g. `docker` or `podmand`) is available. See [Sandboxing](#sandboxing) for details.