Skip to content

Commit

Permalink
Merge PR #34: SDK Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-axner authored and alexanderbez committed Jun 5, 2019
1 parent 38ae8a4 commit 1b33618
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,14 @@ Build tags indicate special features that have been enabled in the binary.

**Do not use snap at this time to install the binaries for production until we have a reproducible binary system.**

### Developer Workflow

To test any changes made in the SDK or Tendermint, a `replace` clause needs to be added to `go.mod` providing the correct import path.

- Make appropriate changes
- Add `replace github.com/cosmos/cosmos-sdk => /path/to/clone/cosmos-sdk` to `go.mod`
- Run `make clean install` or `make clean build`
- Test changes

### Next

Expand Down

0 comments on commit 1b33618

Please sign in to comment.