From d53320f3131e68eb9bd9d5c7dbe075ad6a6110ea Mon Sep 17 00:00:00 2001 From: ikawaha Date: Thu, 26 Oct 2023 08:44:48 +0900 Subject: [PATCH] Revert "fix: Remove references to cloning weather sample with gonew (#139)" This reverts commit aab0827fc4d8b3ad82bc2b8bc975598b712cc8db. --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 84fb66d89..d3e6b7cb4 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,15 @@ $ cd basic ``` A [fully instrumented example](https://github.com/goadesign/clue/tree/main/example/weather) of a -system consisting of multiple Goa microservices is included in the [Clue](https://github.com/goadesign/clue) repo. Please follow the README in the Clue repository for more details on running and testing the Goa Clue example. +system consisting of multiple Goa microservices is included in the [Clue](https://github.com/goadesign/clue) repo. + +To get started with the Goa Clue example, you can use the gonew command to clone it into your own repository: + +```shell +$ gonew github.com/goadesign/clue/example/weather github.com//weather +$ cd weather +``` +Please follow the README in the Clue repository for more details on running and testing the Goa Clue example. As you study each example consider contributing back by providing better or more complete docs, adding clarifying comments to code or fixing any error you may run across!