From ebfb6843855299da4c0831c1289e75509bb9a6ae Mon Sep 17 00:00:00 2001 From: despiegk Date: Thu, 19 Sep 2024 10:20:51 +0400 Subject: [PATCH] ... --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 10d3f42f6..4e918a2c7 100644 --- a/README.md +++ b/README.md @@ -52,8 +52,12 @@ Then clone the repository recursively to also pull in contents of `threefold_dat #if you don't have hero installed yet, run the following commands curl https://raw.githubusercontent.com/freeflowuniverse/crystallib/development/scripts/install_hero.sh > /tmp/hero_install.sh bash /tmp/hero_install.sh -#get this repo + +#get this repo be careful --pr will remove all local changes hero git pull -u https://github.com/threefoldfoundation/www_threefold_io -b development -pr +#cd to the directory +eval $(git cd -u https://github.com/threefoldfoundation/www_threefold_io) + ```