Skip to content

Commit

Permalink
docs: update quick start
Browse files Browse the repository at this point in the history
  • Loading branch information
qloog committed Aug 11, 2024
1 parent 0b31f30 commit ea86892
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down

0 comments on commit ea86892

Please sign in to comment.