Skip to content

Commit

Permalink
update version to v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
go7066 committed Oct 3, 2022
1 parent 0a60343 commit bc270b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mainnet/teritori-1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ 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.0 && make install
git clone https://github.com/TERITORI/teritori-chain && cd teritori-chain && git checkout v1.1.1 && make install
```

Verify the installation:
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.0/mainnet/teritori-1/genesis.json
wget -O ~/.teritorid/config/genesis.json https://media.githubusercontent.com/media/TERITORI/teritori-chain/v1.1.1/mainnet/teritori-1/genesis.json
```

## Launch the node
Expand Down

0 comments on commit bc270b1

Please sign in to comment.