Merge pull request #600 from tomatopunk/patch-1

Update README.md,Fix Windows Install Kratos
pull/660/head
Windfarer 4 years ago committed by GitHub
commit 8072f24266
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      README.md

@ -34,7 +34,15 @@ Go version>=1.13
### Installation
```shell
# Unix/Linux
GO111MODULE=on && go get -u github.com/go-kratos/kratos/tool/kratos
# Windows (Powershell)
go env -w GO111MODULE=on ; go get -u github.com/go-kratos/kratos/tool/kratos
# Windows (CMD)
go env -w GO111MODULE=on && go get -u github.com/go-kratos/kratos/tool/kratos
cd $GOPATH/src
kratos new kratos-demo
```

Loading…
Cancel
Save