1
0
mirror of https://github.com/go-kratos/kratos.git synced 2025-03-17 21:07:54 +02:00

Update README.md

add -w params,change default setting
This commit is contained in:
flamingo 2020-10-19 12:50:55 +08:00 committed by GitHub
parent 8bc99976b9
commit ee8d2985ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,10 +37,10 @@ Go version>=1.13
GO111MODULE=on && go get -u github.com/go-kratos/kratos/tool/kratos
# Windows (Powershell)
go env GO111MODULE=on ; go get -u github.com/go-kratos/kratos/tool/kratos
go env -w GO111MODULE=on ; go get -u github.com/go-kratos/kratos/tool/kratos
# Windows (CMD)
go env GO111MODULE=on && go get -u github.com/go-kratos/kratos/tool/kratos
go env -w GO111MODULE=on && go get -u github.com/go-kratos/kratos/tool/kratos
cd $GOPATH/src
kratos new kratos-demo