fix: typo issue

This commit is contained in:
0x5487 2026-02-22 21:16:24 +08:00
parent ac058464d6
commit acd52bdddb

View file

@ -170,7 +170,7 @@ cd picoclaw
cp config/config.example.json config/config.json cp config/config.example.json config/config.json
vim config/config.json # 设置 DISCORD_BOT_TOKEN, API keys 等 vim config/config.json # 设置 DISCORD_BOT_TOKEN, API keys 等
# 3. 構建並啟動 # 3. 构建并启动
docker compose --profile gateway up -d docker compose --profile gateway up -d
> [!TIP] > [!TIP]