From 26390507751eebb795fd28f03ccc28d63196c4a0 Mon Sep 17 00:00:00 2001 From: ubuntu <ubuntu@ubuntu.com> Date: Tue, 26 Jun 2018 12:01:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=87=AA=E5=8A=A8=E9=83=A8?= =?UTF-8?q?=E7=BD=B2=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b3d4f4a..69b93b8 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,18 @@ * 20170807, 更新平均1,5,15负载 * 20170607, 去掉无用的IPV6信息,增加服务器总流量监控 -# 安装教程: +# 自动部署: + +【服务端】:暂无 + +【客户端】: +```bash +wget -N --no-check-certificate https://github.com/cppla/ServerStatus/blob/master/autodeploy/client-auto.sh +chmod +x client-auto.sh +./client-auto.sh +``` + +# 手动安装教程: 【克隆代码】: ```