1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-06-12 22:07:47 +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

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. Installation is done by using the [`go install`][3] command.
```bash ```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. Let's create a new service using the `new` command.