Merge pull request #1730 from xiaoping378/patch-2

Update README.MD
This commit is contained in:
John Guo
2022-04-07 20:16:29 +08:00
committed by GitHub

View File

@ -23,7 +23,7 @@ You can also install `gf` tool using pre-built binaries: https://github.com/gogf
## 2) Manually Install
```shell
git clone https://github.com/gogf/gf && cd cmd/gf && go install
git clone https://github.com/gogf/gf && cd gf/cmd/gf && go install
```