Skip to content

Commit 45112a8

Browse files
committed
Update README.md
1 parent 8fc6219 commit 45112a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# GitServer
33

4-
ASP.NET Core 2.0开发Git HTTP Server
4+
ASP.NET Core 开发Git HTTP Server
55

66
设置
77

@@ -14,7 +14,7 @@ ASP.NET Core 2.0开发Git HTTP Server
1414

1515
需要先安装Git,并确保git 命令可以执行
1616

17-
GitPath 可以是 git 的绝对路径
17+
GitPath 可以是 git 的绝对路径,如在 Windows 下:`C:\\Program Files\\Git\\bin\\git.exe`
1818

1919
## 功能
2020

@@ -37,7 +37,7 @@ GitPath 可以是 git 的绝对路径
3737

3838
`git clone https://github.com/linezero/GitServer.git`
3939

40-
使用VS 2017 15.3+ 或者VS Code。
40+
使用VS 2019 或者VS Code。
4141

4242

4343
## 原理

0 commit comments

Comments
 (0)