Skip to content

Commit

Permalink
Clarify the binary can be updated without rebuilding the image. (#947)
Browse files Browse the repository at this point in the history
  • Loading branch information
paul121 authored Sep 24, 2021
1 parent 33cbf11 commit 399a7da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/gaia-tutorials/deploy-testnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ From the [networks/local directory](https://github.com/cosmos/gaia/tree/main/net

### Build

Build the `gaiad` binary (linux) and the `tendermint/gaiadnode` docker image required for running the `localnet` commands. This binary will be mounted into the container and can be updated rebuilding the image, so you only need to build the image once.
Build the `gaiad` binary (linux) and the `tendermint/gaiadnode` docker image required for running the `localnet` commands. This binary will be mounted into the container and can be updated without rebuilding the image, so you only need to build the image once.

```bash
# Clone the gaia repo
Expand Down

0 comments on commit 399a7da

Please sign in to comment.