Update README.md

This commit is contained in:
Asim Aslam
2020-12-08 20:59:57 +00:00
committed by GitHub
parent 637e7f9ce8
commit 47f52e4a2f

View File

@@ -16,31 +16,21 @@ Services provides a home for real world examples for using Micro v3.
## Usage
Install Micro
```
# install micro
go get github.com/micro/micro/v3
```
Run Micro
```
# run the server
micro server
```
Login as an admin
Login (user: admin pass: micro)
```
# login with user: admin pass: micro
micro login
```
Run a service from source
```
# run the service
micro run github.com/micro/services/helloworld
```