Update README.MD

This commit is contained in:
xiaoping
2022-04-04 21:48:36 +08:00
committed by GitHub
parent 52d8371ba9
commit 66f24db6da

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
```