Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
asim authored Dec 8, 2020
1 parent 637e7f9 commit 47f52e4
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit 47f52e4

Please sign in to comment.