1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-05-25 21:53:14 +02:00

Update README.md

This commit is contained in:
Asim Aslam 2021-11-01 21:44:52 +00:00 committed by GitHub
parent 2b9a6f9aeb
commit 62b985f49c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ Micro CLI is the command line interface for developing [Go Micro][1] projects.
Installation is done by using the [`go install`][3] command.
```bash
go install go-micro.dev/v4/cmd/micro@latest
go install go-micro.dev/v4/cmd/micro@master
```
Let's create a new service using the `new` command.