Skip to content

Commit

Permalink
fix(doc): Update readme.md (#788)
Browse files Browse the repository at this point in the history
* Update readme.md

Co-authored-by: Denis Fadeev <[email protected]>
  • Loading branch information
brewmaster012 and fadeev authored Jul 8, 2023
1 parent 7f664fd commit 32203ee
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,22 @@ EVM-compatibility.
contains the source code for the Solidity smart contracts that implement the
core functionality of ZetaChain.

## Building the source code

## Building the zetacored/zetaclientd binaries
For the Athens 3 testnet, clone this repository, checkout the latest release tag, and type the following command to build the binaries:
```
make install
make install-testnet
```
to build.

This command will install the `zetacoded` and `zetaclientd` binaries in your
`$GOPATH/bin` directory.

Verify that the version of the binaries match the release tag.
```
zetacored version
zetaclientd version
```

## Making changes to the source code

After making changes to any of the protocol buffer files, run the following
Expand Down

0 comments on commit 32203ee

Please sign in to comment.