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

update path in readme where make command places the binary #664

Merged
merged 2 commits into from
Jul 19, 2023
Merged
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: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ It allows users to quickly spin up custom testnets and dev environments to test

## Building Binary

While it is not necessary to build the binary, sometimes it can be more convenient, *specifically* when running conformance test with custom chain sets.
While it is not necessary to build the binary, sometimes it can be more convenient, *specifically* when running conformance test with custom chain sets.

Building binary:
```shell
Expand All @@ -58,7 +58,7 @@ cd interchaintest
make interchaintest
```

This places the binary in `interchaintest/.bin/interchaintest`
This places the binary in `interchaintest/bin/interchaintest`

Note that this is not in your Go path.

Expand All @@ -74,4 +74,4 @@ Please read the [logging style guide](./docs/logging.md).
Significant bugs that were more easily fixed with `interchaintest`:

- [Juno network halt reproduction](https://github.com/strangelove-ventures/interchaintest/pull/7)
- [Juno network halt fix confirmation](https://github.com/strangelove-ventures/interchaintest/pull/8)
- [Juno network halt fix confirmation](https://github.com/strangelove-ventures/interchaintest/pull/8)