Skip to content
This repository was archived by the owner on Oct 7, 2022. It is now read-only.

Commit 9c22b9b

Browse files
committed
chore(README): add go modules instructions
1 parent 502cf28 commit 9c22b9b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,10 @@ The exported metrics are:
112112

113113
## Development
114114

115-
Clone the repo, install dep and retrieve dependencies:
115+
This repository uses Go modules for dependency management, make sure it is enabled.
116+
To build the project from source, run from project root:
116117
```bash
117-
go get -u github.com/golang/dep/...
118-
dep ensure -v
118+
go build cmd/injector.go
119119
```
120120

121121
To run tests, run `docker-compose up -d zookeeper kafka schema-registry elasticsearch` and run `make test`.

0 commit comments

Comments
 (0)