mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-25 01:25:34 +08:00
🚀 update README.md
This commit is contained in:
@@ -83,8 +83,8 @@ git clone https://github.com/crazywhalecc/cqbot-swoole.git
|
|||||||
sudo docker run -it --rm --net=host --name cqbot -v $(pwd)/cqbot/:/root/ jesse2061/cqbot-swoole
|
sudo docker run -it --rm --net=host --name cqbot -v $(pwd)/cqbot/:/root/ jesse2061/cqbot-swoole
|
||||||
|
|
||||||
# 可以将命令添加为alias方便以后快速启动
|
# 可以将命令添加为alias方便以后快速启动
|
||||||
echo "alias cqbot='sudo docker run -it --rm --net=host --name cqbot -v $(pwd)/cqbot/:/root/ jesse2061/cqbot-swoole'" >> .bash_profile
|
echo "alias cqbot='sudo docker run -it --rm --net=host --name cqbot -v $(pwd)/cqbot/:/root/ jesse2061/cqbot-swoole'" >> ~/.bash_profile
|
||||||
source .bash_profile
|
source ~/.bash_profile
|
||||||
cqbot
|
cqbot
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user