1
0
mirror of https://github.com/go-kratos/kratos.git synced 2025-01-24 03:46:37 +02:00

Merge pull request #428 from bilibili/XyuWang-patch-2

update readme
This commit is contained in:
Sam 2019-11-12 23:34:29 +08:00 committed by GitHub
commit 5a8668eade
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@ Go version>=1.13
### Installation
```shell
go get -u github.com/bilibili/kratos/tool/kratos
GO111MODULE=on && go get -u github.com/bilibili/kratos/tool/kratos
cd $GOPATH/src
kratos new kratos-demo
```