Skip to content

Commit

Permalink
wget
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Jan 5, 2024
1 parent 5bee4d1 commit a399322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/validators/state-sync.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ You can find the available `zetacored` versions here: https://github.com/zeta-ch
1. Download the binary and give execution perms to the binary:

```bash
wget https://github.com/zeta-chain/node/releases/download/v10.1.0/zetacored_testnet-darwin-amd64 -O /usr/local/bin/zetacored
wget https://github.com/zeta-chain/node/releases/download/[BINARY_VERSION]/zetacored-darwin-amd64 -O /usr/local/bin/zetacored
chmod a+x /usr/local/bin/zetacored
```

Expand Down

0 comments on commit a399322

Please sign in to comment.