first commit
This commit is contained in:
36
content/cli/setup.md
Normal file
36
content/cli/setup.md
Normal file
@@ -0,0 +1,36 @@
|
||||
---
|
||||
read_when:
|
||||
- 你在不使用完整新手引导向导的情况下进行首次设置
|
||||
- 你想设置默认工作区路径
|
||||
summary: "`openclaw setup` 的 CLI 参考(初始化配置 + 工作区)"
|
||||
title: setup
|
||||
x-i18n:
|
||||
generated_at: "2026-02-01T20:21:26Z"
|
||||
model: claude-opus-4-5
|
||||
provider: pi
|
||||
source_hash: 7f3fc8b246924edf48501785be2c0d356bd31bfbb133e75a139a5ee41dbf57f4
|
||||
source_path: cli/setup.md
|
||||
workflow: 14
|
||||
---
|
||||
|
||||
# `openclaw setup`
|
||||
|
||||
初始化 `~/.openclaw/openclaw.json` 和智能体工作区。
|
||||
|
||||
相关内容:
|
||||
|
||||
- 快速开始:[快速开始](/start/getting-started)
|
||||
- 向导:[新手引导](/start/onboarding)
|
||||
|
||||
## 示例
|
||||
|
||||
```bash
|
||||
openclaw setup
|
||||
openclaw setup --workspace ~/.openclaw/workspace
|
||||
```
|
||||
|
||||
通过 setup 运行向导:
|
||||
|
||||
```bash
|
||||
openclaw setup --wizard
|
||||
```
|
||||
Reference in New Issue
Block a user