From aa661da038abd027066a832fca2d3284ebf78599 Mon Sep 17 00:00:00 2001 From: MarkusJoe Date: Tue, 8 Feb 2022 12:30:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=BA=86=E4=B8=80=E4=BA=9B?= =?UTF-8?q?=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 264b29a..0a2fb6e 100644 --- a/docs/README.md +++ b/docs/README.md @@ -12,7 +12,7 @@ > 在部署之前你需要先安装`python3.9.x`以上的版本 ## 部署到本地服务器 ```shell - $ git clone https://git@github.com:MarkusJoe/RequestCounter.git + $ git clone https://github.com/MarkusJoe/RequestCounter.git $ cd RequestCounter $ pip3 install -r requirements.txt $ python3 app.py