diff --git a/README.md b/README.md index f209d9b..a50d167 100644 --- a/README.md +++ b/README.md @@ -142,10 +142,18 @@ jeepay 将Jeepay作为一个支付模块部署,对外提供支付接入能力,有支付需求的业务都可以接入使用。 +一键安装: + CentOS 安装脚本 (推荐Anolis OS 8.8): +```lua yum install -y wget && wget -O install.sh https://gitee.com/jeequan/jeepay/raw/master/docs/install/install.sh && sh install.sh +``` Ubuntu 安装脚本 (推荐 Ubuntu 22.04 64位): +```lua apt update && apt-get -y install docker.io && apt-get -y install git && wget -O install.sh https://gitee.com/jeequan/jeepay/raw/master/docs/install/install.sh && sh install.sh +``` +视频教程: +- 【jeepay开源聚合支付系统一键部署和测试教程】: [https://www.bilibili.com/video/BV17C411Y7EZ/?share_source=copy_web&vd_source=e48f1c20ae2c74b29a0b959a168914f2](https://www.bilibili.com/video/BV17C411Y7EZ/?share_source=copy_web&vd_source=e48f1c20ae2c74b29a0b959a168914f2"教程") ## 项目文档