添加了一些内容

This commit is contained in:
MarkusJoe
2022-02-08 12:30:42 +08:00
parent a949338b0b
commit aa661da038
1 file changed
+1 -1
+1 -1
View File
@@ -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