Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add missing reqs in readme #539

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -607,6 +607,12 @@ For example, `shopify_test_redis_master` or `shopify_development_mysql_1`.

### Development

#### Dependencies

* `golangci-lint` -> https://golangci-lint.run/usage/install/
* `goimports` -> `go install golang.org/x/tools/cmd/goimports@latest`
* `shmft` -> `go install mvdan.cc/sh/v3/cmd/shfmt@latest`

* `make`. Build a toxiproxy development binary for the current platform.
* `make all`. Build Toxiproxy binaries and packages for all platforms. Requires
to have Go compiled with cross compilation enabled on Linux and Darwin (amd64)
Expand Down
Loading