Skip to content

Commit

Permalink
change en join dbc doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ytvchsy committed May 24, 2024
1 parent 75770a7 commit a569494
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/en/staking-model/join-dbc-network.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Reference: [Generate new dbc account](generate-new-account.md)
```bash
mkdir dbc-chain-mainnet && cd dbc-chain-mainnet
wget https://github.com/DeepBrainChain/DeepBrainChain-MainChain/releases/download/v2.3/dbc_chain_linux_x64.tar.gz -O dbc_chain_linux_x64.tar.gz
wget https://github.com/DeepBrainChain/DeepBrainChain-MainChain/releases/download/v2.6/dbc-daily-release.tar.gz -O dbc_chain_linux_x64.tar.gz

tar xf dbc_chain_linux_x64.tar.gz
```
Expand All @@ -35,7 +35,7 @@ source ~/.cargo/env

# compile dbc-chain
git clone https://github.com/DeepBrainChain/DeepBrainChain-MainChain.git
cd DeepBrainChain-MainChain && git checkout v2.3
cd DeepBrainChain-MainChain && git checkout v2.6
cargo build --release
```

Expand Down

0 comments on commit a569494

Please sign in to comment.