From c7e892749991f97e93b0f7e69d77bf2d7361fa12 Mon Sep 17 00:00:00 2001 From: JEECG <445654970@qq.com> Date: Thu, 26 Feb 2026 14:40:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BE=9Bgit=E5=AE=89=E8=A3=85?= =?UTF-8?q?=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.en-US.md | 23 +++++++++++++++++++---- README.md | 23 +++++++++++++++++++---- 2 files changed, 38 insertions(+), 8 deletions(-) diff --git a/README.en-US.md b/README.en-US.md index f70556e..199c73d 100644 --- a/README.en-US.md +++ b/README.en-US.md @@ -37,13 +37,28 @@ QiaoQiaoYun has comprehensive **application building capabilities**, **form engi -Download Deployment Package ------------------------------------ -> If GitHub's network is unstable, prioritize downloading via Baidu Netdisk. +#### 1. Download via Release (⭐Recommended) +> **Recommended Method**: Download the complete installation package directly from the Release page - +- GitHub Release: [https://github.com/jeecgboot/qiaoqiaoyun/releases](https://github.com/jeecgboot/qiaoqiaoyun/releases) + +#### 2. Cloud Drive Download (⭐Recommended) + +Download directly via [Baidu Cloud Drive](https://pan.baidu.com/s/141_ugZIGfuiDw3t6GvyR1Q?pwd=gdkq) + +#### 3. Git LFS Clone Download (Complicated) +- Windows: Download and install from [Git LFS official website](https://git-lfs.github.com/) +- macOS: Install using Homebrew, run command in terminal: `brew install git-lfs` +- Linux: Install using package manager, or download binary files from [Git LFS GitHub page](https://github.com/git-lfs/git-lfs/releases) + +> **Note**: qiaoqiaoyun-start-\*.jar is uploaded using Git LFS. Direct git clone will result in qiaoqiaoyun-start-\*.jar being only 1 KB. + +After installing Git LFS, execute the command: +```bash +git clone https://gitee.com/jeecg/qiaoqiaoyun.git +``` Local Quick Deployment diff --git a/README.md b/README.md index 7d86ab2..517bdf5 100644 --- a/README.md +++ b/README.md @@ -45,15 +45,30 @@ ``` - 下载部署包 ----------------------------------- +#### 1.网盘下载(⭐推荐) -> 如果github网络不好,优先通过百度网盘下载 - - +直接通过 [百度网盘下载](https://pan.baidu.com/s/141_ugZIGfuiDw3t6GvyR1Q?pwd=gdkq) +#### 2.通过 Release 下载(⭐推荐) + +> **推荐方式**:直接从 Release 页面下载完整安装包 + +- GitHub Release:[https://github.com/jeecgboot/qiaoqiaoyun/releases](https://github.com/jeecgboot/qiaoqiaoyun/releases) + +#### 3.Git LFS 克隆下载(繁琐) +- Windows: 可以从 [Git LFS 的官方网站 ](https://git-lfs.github.com/)下载并安装。 +- macOS: 可以使用 Homebrew 安装,在终端中运行命令: `brew install git-lfs` +- Linux: 可以使用包管理器安装,或者从 [Git LFS 的 GitHub 页面](https://github.com/git-lfs/git-lfs/releases) 下载二进制文件。 + +> **原因**: qiaoqiaoyun-start-\*.jar采用Git LFS上传。直接git clone下载会发现 qiaoqiaoyun-start-\*.jar 只有 1 KB。 + +安装Git LFS后,执行命令: +```bash +git clone https://gitee.com/jeecg/qiaoqiaoyun.git +``` 本地快速部署 -----------------------------------