添加 README.md

This commit is contained in:
zhao 2024-12-21 09:24:20 +08:00
parent 1609a31a09
commit fd3f2e4ee8

22
README.md Normal file
View File

@ -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)