From b4ad3619b900199c55227ab759a0926362591ab3 Mon Sep 17 00:00:00 2001 From: Kerwin Bryant Date: Mon, 23 Oct 2023 09:57:29 +0800 Subject: [PATCH] Optimize Usage documentation --- 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