Skip to content

Commit

Permalink
update path in readme where make command places the binary (#664)
Browse files Browse the repository at this point in the history
Co-authored-by: Dan Kanefsky <[email protected]>
  • Loading branch information
shyamvyas5 and boojamya authored Jul 19, 2023
1 parent d5fe3cb commit a00d5b7
Showing 1 changed file with 3 additions and 3 deletions.
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)

0 comments on commit a00d5b7

Please sign in to comment.