File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -87,8 +87,8 @@ class Home extends PureComponent {
8787 1. 下载并启动服务
8888 </ a >
8989 </ Typography . Text >
90- < CodePreview > go get -v github.com/LyricTian/gin-admin/cmd/gin-admin </ CodePreview >
91- < CodePreview > cd $GOPATH/src/github.com/LyricTian/ gin-admin</ CodePreview >
90+ < CodePreview > git clone https:// github.com/LyricTian/gin-admin.git </ CodePreview >
91+ < CodePreview > cd gin-admin</ CodePreview >
9292 < CodePreview >
9393 go run cmd/gin-admin/main.go web -c ./configs/config.toml -m ./configs/model.conf --menu
9494 ./configs/menu.yaml
@@ -110,7 +110,7 @@ class Home extends PureComponent {
110110 2. 下载并运行 gin-admin-react
111111 </ a >
112112 </ Typography . Text >
113- < CodePreview > git clone https://github.com/LyricTian /gin-admin-react.git</ CodePreview >
113+ < CodePreview > git clone https://github.com/gin-admin /gin-admin-react.git</ CodePreview >
114114 < CodePreview > cd gin-admin-react</ CodePreview >
115115 < CodePreview > yarn</ CodePreview >
116116 < CodePreview > yarn start</ CodePreview >
You can’t perform that action at this time.
0 commit comments