From aab0827fc4d8b3ad82bc2b8bc975598b712cc8db Mon Sep 17 00:00:00 2001 From: ikawaha Date: Sat, 21 Oct 2023 12:27:17 +0900 Subject: [PATCH] fix: Remove references to cloning weather sample with gonew (#139) --- README.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/README.md b/README.md index d3e6b7cb4..84fb66d89 100644 --- a/README.md +++ b/README.md @@ -16,15 +16,7 @@ $ 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. - -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. +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. 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!