From fc7abf612d2d3d218d500af0c0a2bfc3436281f7 Mon Sep 17 00:00:00 2001 From: Kerwin Bryant Date: Mon, 20 Nov 2023 21:03:40 +0800 Subject: [PATCH] Optimize Usage documentation (#11015) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 47c3fd0a..511ffbe0 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,12 @@ If you choose umi@3, you can also choose the pro template. Pro is the basic temp complete ``` +Initialized Git repository: + +```shell +$ git init myapp +``` + Install dependencies: ```shell