From 0c73363a975a1ae8af836baf87fa0d94d6a5096d Mon Sep 17 00:00:00 2001 From: Akatsukiro Date: Tue, 16 Jan 2024 15:55:48 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20README=20=E4=B8=AD=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E7=94=A8=E6=B3=95=EF=BC=8C=E8=B0=83=E6=95=B4=E6=8E=AA=E8=BE=9E?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a71c462..6039f20 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,15 @@ # lsky-pro-install-script 开源版 Lsky Pro 一键安装脚本 -随便糊的。目前仅在 Debian 12 x86_64 上测试通过。 +随便糊的,抛砖引玉之用。 -仅适用于纯净系统。 +目前仅在 Debian 12 x86_64 纯净系统上测试通过。 -pre check 部分来自 [nezha monitor](https://github.com/naiba/nezha) 。非常好用的探针,爱 ♥ 来自瓷器。 \ No newline at end of file + +pre check 部分来自 [nezha monitor](https://github.com/naiba/nezha) 。非常好用的探针,爱 ♥ 来自瓷器。 + +## 用法 + +```bash +curl -L https://raw.githubusercontent.com/akatsukiro/lsky-pro-install-script/master/install.sh -o lsky.sh && chmod +x lsky.sh && sudo ./lsky.sh +``` \ No newline at end of file