From b3b5737e5cfdb4a88074e8c305b1acfedbeedfd8 Mon Sep 17 00:00:00 2001 From: streakingman Date: Wed, 21 Sep 2022 17:30:33 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E4=BA=8C=E6=AC=A1=E5=BC=80=E5=8F=91?= =?UTF-8?q?=E7=AE=80=E5=8D=95=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 30d1b27..def2232 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,8 @@ git clone https://github.com/StreakingMan/solvable-sheep-game.git 克隆到本地后,在项目内敲命令 ```shell +npm install -g yarn + yarn install ```