diff --git a/README.md b/README.md index 3ac9c42..b94e082 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ 用于使你的服务器看起来很忙碌,简单易用!懒得看部署方法可以直接跳到最后用懒人方法 原项目为 https://github.com/flow2000/lookbusy -本项目将其封装为docker进行部署 +本项目将其封装为docker进行部署,应要求,也提供二进制程序直接运行的方法 ## 使用方法 @@ -34,7 +34,15 @@ docker run -d --name lookbusy --restart=always -v /PATH/TO/start.sh:/app/start.s 其中 **/PATH/TO/start.sh** 指到达克隆下来的lookbusy仓库的start.sh脚本的绝对路径 ## 懒人方法 +### 二进制文件启动 +``` shell +wget https://raw.githubusercontent.com/velor2012/lookbusy-docker/main/lookbusy${-arm} -O lookbusy +&& chmod +x lookbusy +./lookbusy -c 50-60 -r curve -n 2 # 运行参数请根据实际情况修改 +``` +**注意**如果是arm架构,需要在lookbusy后加上-arm +### docker启动 ``` shell wget https://raw.githubusercontent.com/velor2012/lookbusy-docker/main/start.sh ```