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