diff options
| author | Olcan <[email protected]> | 2025-05-27 14:01:23 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-05-27 14:01:23 -0700 |
| commit | 16c16127e79231c86d75987d05ec5c56a2c62cf1 (patch) | |
| tree | 2dd27ec03247c896dd329b561eab166426813cd2 | |
| parent | 0c5673875ba471ae7991f28c61c53758969b6f70 (diff) | |
fix sandboxing anchor (#572)
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |
