From 1aabacdd9254866260551e248b7956d625444e9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=9F=E5=A4=96=E4=B9=8B=E7=A5=9E?= Date: Wed, 6 Apr 2022 21:15:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=95=B4=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 676e305..f0ab5b3 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,11 @@ ### 使用仓库源代码 +先克隆仓库内容,再运行`main.py`: + ```shell +git clone https://github.com/wszqkzqk/pypvz.git +cd pypvz python main.py ```