Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
go7066 committed Oct 17, 2022
1 parent 3f199ed commit 96a1037
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mainnet/teritori-1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,14 @@ go version
Clone the Teritori repository and install mainnet binary:

```shell
git clone https://github.com/TERITORI/teritori-chain && cd teritori-chain && git checkout v1.1.2 && make install
git clone https://github.com/TERITORI/teritori-chain && cd teritori-chain && git checkout v1.2.0 && make install
```

Verify the installation:

```shell
teritorid version
# Should return v1.1.2
# Should return v1.2.0
```

Init the chain:
Expand All @@ -84,7 +84,7 @@ sed -i.bak 's/persistent_peers =.*/persistent_peers = ""/' $HOME/.teritorid/conf
Download the genesis file:

```shell
wget -O ~/.teritorid/config/genesis.json https://media.githubusercontent.com/media/TERITORI/teritori-chain/v1.1.2/mainnet/teritori-1/genesis.json
wget -O ~/.teritorid/config/genesis.json https://media.githubusercontent.com/media/TERITORI/teritori-chain/v1.2.0/mainnet/teritori-1/genesis.json
```

## Launch the node
Expand Down

0 comments on commit 96a1037

Please sign in to comment.