This commit is contained in:
2024-09-19 11:25:27 +04:00
parent cee756c02d
commit f1f1092e2d
4 changed files with 19 additions and 40 deletions

View File

@@ -53,13 +53,16 @@ Then clone the repository recursively to also pull in contents of `threefold_dat
curl https://raw.githubusercontent.com/freeflowuniverse/crystallib/development/scripts/install_hero.sh > /tmp/hero_install.sh
bash /tmp/hero_install.sh
#get this repo be careful --pr will remove all local changes (pull reset)
#install zola & tailwind
hero installers -n zola
#get this repo be careful --pr will remove all local changes (pull reset), -b development means we are on the development branch
hero git pull -u https://github.com/threefoldfoundation/www_threefold_io -b development -pr
#cd to the directory
eval $(hero git cd -u https://github.com/threefoldfoundation/www_threefold_io)
bash build.sh
```