From ea86892d3e0ae5f0eb0354f6f7f5a25d91812752 Mon Sep 17 00:00:00 2001 From: qloog Date: Sun, 11 Aug 2024 11:41:23 +0800 Subject: [PATCH] docs: update quick start --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3d3b433df..e7f158696 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,8 @@ Eagle utilizes a classic layered structure and employs the Wire dependency injec ## Installtion CLI ```bash +GOPROXY="https://goproxy.cn,direct" + # go >= 1.16 go install github.com/go-eagle/eagle/cmd/eagle@latest @@ -90,11 +92,8 @@ eagle new -b=all eagle-demo # or eagle new github.com/foo/eagle-demo -# build -make build - # run -eagle run +make run ``` ## Documentation