mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 15:20:44 +00:00
feat(onboard): add skip bootstrap flag (#71218)
This commit is contained in:
@@ -87,8 +87,10 @@ Optional: choose a different workspace with `agents.defaults.workspace` (support
|
||||
|
||||
```json5
|
||||
{
|
||||
agent: {
|
||||
workspace: "~/.openclaw/workspace",
|
||||
agents: {
|
||||
defaults: {
|
||||
workspace: "~/.openclaw/workspace",
|
||||
},
|
||||
},
|
||||
}
|
||||
```
|
||||
@@ -97,8 +99,10 @@ If you already ship your own workspace files from a repo, you can disable bootst
|
||||
|
||||
```json5
|
||||
{
|
||||
agent: {
|
||||
skipBootstrap: true,
|
||||
agents: {
|
||||
defaults: {
|
||||
skipBootstrap: true,
|
||||
},
|
||||
},
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user