Skip to content

Commit 47242e5

Browse files
committed
fix
1 parent 20c5051 commit 47242e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deploy/astrbot/cli.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ cd AstrBot
1919

2020
## 运行源码
2121

22-
> [!TIP]
23-
> AstrBot 支持基于 Docker 的沙箱代码执行器。如果你需要使用沙箱代码执行器,请使用 `sudo` 执行下面的指令,以便 AstrBot 能够正常操作 Docker。
24-
2522
在 AstrBot 源码目录下,使用终端运行以下命令:
2623

2724
```bash
@@ -46,6 +43,9 @@ python3 -m pip install -r requirements.txt -i https://mirrors.tuna.tsinghua.edu.
4643
4744
然后运行 AstrBot
4845
46+
> [!TIP]
47+
> AstrBot 支持基于 Docker 的沙箱代码执行器。如果你需要使用沙箱代码执行器,请使用 `sudo` 执行下面的指令,以便 AstrBot 能够正常操作 Docker。
48+
4949
```bash
5050
python3 main.py
5151
```

0 commit comments

Comments
 (0)