Skip to content

Commit

Permalink
update readme (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
harish551 authored Sep 11, 2024
1 parent 2f7481a commit e6f3b75
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ OmniFlix Hub blockchain is built using Cosmos-SDK and CometBFT
```
sudo rm -rf /usr/local/go
wget -q -O - https://git.io/vQhTU | bash -s -- --remove
wget -q -O - https://git.io/vQhTU | bash -s -- --version 1.21.3
wget -q -O - https://git.io/vQhTU | bash -s -- --version 1.22.5
```

### Installation
Expand All @@ -24,7 +24,7 @@ wget -q -O - https://git.io/vQhTU | bash -s -- --version 1.21.3
```
git clone https://github.com/Omniflix/omniflixhub.git
cd omniflixhub
git checkout v4.1.1
git checkout v5.0.0
go mod tidy
make install
```
Expand Down Expand Up @@ -77,6 +77,7 @@ curl https://raw.githubusercontent.com/OmniFlix/mainnet/main/omniflixhub-1/genes
- [v3]((https://github.com/OmniFlix/docs/blob/main/guides/mainnet/omniflixhub-1/upgrades/v3-upgrade.md)) at block 10872800
- [v3.3.0]((https://github.com/OmniFlix/docs/blob/main/guides/mainnet/omniflixhub-1/upgrades/v3.3.0-upgrade.md)) at block 11140000
- [v4]((https://github.com/OmniFlix/docs/blob/main/guides/mainnet/omniflixhub-1/upgrades/v4-upgrade.md)) at block 11914000
- [v5](https://github.com/OmniFlix/docs/blob/main/guides/mainnet/omniflixhub-1/upgrades/v5-upgrade.md) at block 13986200

### Testnets

Expand Down

0 comments on commit e6f3b75

Please sign in to comment.