From 47f52e4a2f9fa26de6dfe33b4e91939700d17209 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Tue, 8 Dec 2020 20:59:57 +0000 Subject: [PATCH] Update README.md --- README.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/README.md b/README.md index 2c5f6c2..519c87e 100644 --- a/README.md +++ b/README.md @@ -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 ```