Просмотр исходного кода

docs: added project cloning and simplified version instructions

nian 1 месяц назад
Родитель
Сommit
4154abecd5
2 измененных файлов с 30 добавлено и 0 удалено
  1. 16 0
      README.en_US.md
  2. 14 0
      README.md

+ 16 - 0
README.en_US.md

@@ -35,6 +35,22 @@ English | [简体中文](https://github.com/tenianon/lithe-admin/blob/main/READM
 - **Node.js**: `^20.19.0` or `>=22.12.0`
 - **Package Manager**: `pnpm` (recommended), or `npm`, or `yarn`
 
+### Clone the project
+
+```bash
+git clone https://github.com/tenianon/lithe-admin.git
+```
+
+### Lite version
+
+Branch address [lite](https://github.com/tenianon/lithe-admin/tree/lite), the **lite version** does not include routing pages, only preserving the basic page structure
+
+```bash
+git clone -b lite https://github.com/tenianon/lithe-admin.git
+```
+
+
+
 ### Install Dependencies
 
 ```bash

+ 14 - 0
README.md

@@ -35,6 +35,20 @@
 - **Node.js**: `^20.19.0` 或 `>=22.12.0`
 - **包管理器**: `pnpm` (推荐) 或 `npm` 或 `yarn`
 
+### 克隆项目
+
+```bash
+git clone https://github.com/tenianon/lithe-admin.git
+```
+
+### 精简版
+
+分支地址 [lite](https://github.com/tenianon/lithe-admin/tree/lite),**精简版**不包含路由页面,只保留了页面基本架构
+
+```bash
+git clone -b lite https://github.com/tenianon/lithe-admin.git
+```
+
 ### 安装依赖
 
 ```bash