Skip to content

Commit

Permalink
Update the installation comment (#185)
Browse files Browse the repository at this point in the history
Signed-off-by: SimFG <[email protected]>
  • Loading branch information
SimFG authored Aug 17, 2023
1 parent 167cec8 commit 8c61d0c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@ go 1.18 or higher

### Install birdwatcher

install with go command
```shell
go install github.com/milvus-io/birdwatcher
```
download source and run with go command

or download source and run with go command
```shell
git clone https://github.com/milvus-io/birdwatcher
cd birdwatcher
go build -o birdwatcher main.go
go install
```

tips: [As JimB notice in comments](https://stackoverflow.com/questions/69807151/go-install-github-com-dmacvicar-terraform-provider-libvirtlatest-shows-error):

> If there are replace or exclude directives in the module, the correct installation method is to clone the source and install it.
## How to use

### connect to etcd
Expand Down

0 comments on commit 8c61d0c

Please sign in to comment.