Skip to content

Commit 51de9cc

Browse files
committed
update readme
1 parent 188e45a commit 51de9cc

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

readme.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ OmniFlix Hub blockchain is built using Cosmos-SDK and CometBFT
1414
```
1515
sudo rm -rf /usr/local/go
1616
wget -q -O - https://git.io/vQhTU | bash -s -- --remove
17-
wget -q -O - https://git.io/vQhTU | bash -s -- --version 1.22.12
17+
wget -q -O - https://git.io/vQhTU | bash -s -- --version 1.24.3
1818
```
1919

2020
### Installation
@@ -24,7 +24,9 @@ wget -q -O - https://git.io/vQhTU | bash -s -- --version 1.22.12
2424
```
2525
git clone https://github.com/Omniflix/omniflixhub.git
2626
cd omniflixhub
27-
git checkout v5.2.0
27+
28+
# v6.0.0 for v6 upgrade and after
29+
git checkout v5.2.2
2830
go mod tidy
2931
make install
3032
```
@@ -58,6 +60,7 @@ curl https://raw.githubusercontent.com/OmniFlix/mainnet/main/omniflixhub-1/genes
5860
- [Marketplace](https://github.com/OmniFlix/omniflixhub/tree/main/marketplace)
5961
- [ITC](https://github.com/OmniFlix/omniflixhub/tree/main/itc)
6062
- [StreamPay](https://github.com/OmniFlix/streampay)
63+
- [MediaNode](https://github.com/OmniFlix/omniflixhub/tree/main/medianode)
6164

6265
### Documentation
6366

@@ -80,6 +83,7 @@ curl https://raw.githubusercontent.com/OmniFlix/mainnet/main/omniflixhub-1/genes
8083
- [v5](https://github.com/OmniFlix/docs/blob/main/guides/mainnet/omniflixhub-1/upgrades/v5-upgrade.md) at block 13986200
8184
- [v5.1.0](https://github.com/OmniFlix/docs/blob/main/guides/mainnet/omniflixhub-1/upgrades/v5.1.0-upgrade.md) at block `15777200`
8285
- [v5.2.0](https://github.com/OmniFlix/docs/blob/main/guides/mainnet/omniflixhub-1/upgrades/v5.2.0-upgrade.md) at block `16516000`
86+
- [v6](https://github.com/OmniFlix/docs/blob/main/guides/mainnet/omniflixhub-1/upgrades/v6-upgrade.md) at block `18004800`
8387

8488
### Testnets
8589

0 commit comments

Comments
 (0)