From aa0c729bb4e82bc007207016feb73a2e6f80dc34 Mon Sep 17 00:00:00 2001 From: Marri Harish Date: Tue, 16 Apr 2024 23:12:47 +0530 Subject: [PATCH] update version in readme (#172) --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 79a8e288..7d912170 100644 --- a/readme.md +++ b/readme.md @@ -5,7 +5,7 @@ OmniFlix Hub is the root chain of the OmniFlix Network. Sovereign chains and DAO OmniFlix Hub blockchain is built using Cosmos-SDK and CometBFT ### Hardware Requirements - - 6+ core CPU (recommended: AMD x86_64) + - 6+ core CPUs (recommended: AMD x86_64) - 32GB RAM - 1TB SSD Storage @@ -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 v2.0.0 +git checkout v4.0.0 go mod tidy make install ```