From 33265e6b4c93725e2c745e671727729a174d825c Mon Sep 17 00:00:00 2001 From: jerry Date: Sun, 10 Feb 2019 18:07:29 +0800 Subject: [PATCH] :rocket: update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c6e9e192..3b7b9c66 100755 --- a/README.md +++ b/README.md @@ -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 # 可以将命令添加为alias方便以后快速启动 -echo "alias cqbot='sudo docker run -it --rm --net=host --name cqbot -v $(pwd)/cqbot/:/root/ jesse2061/cqbot-swoole'" >> .bash_profile -source .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 cqbot ```