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:
parent
8bc99976b9
commit
ee8d2985ff
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user