From b108ae403af3371948f870af6db7a2194563a7c0 Mon Sep 17 00:00:00 2001 From: Soulter <37870767+Soulter@users.noreply.github.com> Date: Sun, 11 May 2025 20:31:46 +0800 Subject: [PATCH] docs: uvx --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a89ac76..ff3e7029 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,8 @@ uv run main.py ```bash mkdir astrbot && cd astrbot -uvx astrbot +uvx astrbot init +# uvx astrbot run ``` 或者请参阅官方文档 [通过源码部署 AstrBot](https://astrbot.app/deploy/astrbot/cli.html) 。