From 35897cd7d2d6470909e89c82ace73b0ff68d29bc Mon Sep 17 00:00:00 2001 From: afc163 Date: Thu, 5 Mar 2026 11:14:44 +0800 Subject: [PATCH] docs: remove create-umi instructions, use git clone directly Co-Authored-By: Claude Opus 4.6 --- README.md | 13 +------------ README.zh-CN.md | 13 +------------ 2 files changed, 2 insertions(+), 24 deletions(-) diff --git a/README.md b/README.md index 28f97bae..0c47e18a 100644 --- a/README.md +++ b/README.md @@ -74,18 +74,7 @@ An out-of-box UI solution for enterprise applications as a React boilerplate. ## Usage -### Get Started with Umi Create (Recommended) - -Create a new project using `umi create`: - -```bash -npx create-umi myapp -# Select "Ant Design Pro" template when prompted -cd myapp -npm install -``` - -### Or Clone Directly +### Get Started Clone or download this repository to your local machine: diff --git a/README.zh-CN.md b/README.zh-CN.md index daa7457c..8cc58499 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -77,18 +77,7 @@ Language : [🇺🇸](./README.md) | 🇨🇳 ## 使用 -### 使用 Umi Create 创建项目(推荐) - -使用 `umi create` 创建新项目: - -```bash -npx create-umi myapp -# 选择 "Ant Design Pro" 模板 -cd myapp -npm install -``` - -### 或直接克隆 +### 开始使用 克隆或下载本项目到本地: