From fd3f2e4ee87a955cb8b4c47a969f54d74cb58996 Mon Sep 17 00:00:00 2001 From: zhao Date: Sat, 21 Dec 2024 09:24:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..663aa4f --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +## Installation + +#### via bash +```bash +bash <(curl -Lso- https://git.io/kernel.sh) +``` +#### via curl to install script + +```bash +curl -O https://raw.githubusercontent.com/jinwyp/one_click_script/master/install_kernel.sh && chmod +x ./install_kernel.sh && ./install_kernel.sh +``` + + +#### via wget to install script + +```bash +wget --no-check-certificate https://raw.githubusercontent.com/jinwyp/one_click_script/master/install_kernel.sh && chmod +x ./install_kernel.sh && ./install_kernel.sh +``` + + + +![功能列表3](https://github.com/jinwyp/one_click_script/blob/master/docs/readme3_en.png?raw=true) \ No newline at end of file