From bde43465b7ba474f33edb01549e1d06f9ba1f7c7 Mon Sep 17 00:00:00 2001 From: despiegk Date: Mon, 10 Feb 2025 12:21:34 +0000 Subject: [PATCH] Update README.md --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index d5c6b65..b80d313 100644 --- a/README.md +++ b/README.md @@ -1,27 +1,26 @@ -

ThreeFold DePIN Board

+

ThreeFold TFGrid Main Documentation website

to run in development mode ```bash #first time to get hero -curl https://raw.githubusercontent.com/freeflowuniverse/herolib/refs/heads/development_kristof10/install_hero.sh > /tmp/install_hero.sh +curl https://raw.githubusercontent.com/freeflowuniverse/herolib/refs/heads/development/install_hero.sh > /tmp/install_hero.sh bash /tmp/install_hero.sh #DONT FORGET TO START A NEW SHELL (otherwise the paths will not be set) -hero docusaurus -u https://git.ourworld.tf/tfgrid/info_docs_depin -d +hero docusaurus -u https://git.ourworld.tf/tfgrid/docs_tfgrid4 -d ``` to push ```bash -hero docusaurus -u https://git.ourworld.tf/tfgrid/info_docs_depin -b +hero docusaurus -u https://git.ourworld.tf/tfgrid/docs_tfgrid4 -bp -update #push for development: -hero docusaurus -u https://git.ourworld.tf/tfgrid/info_docs_depin -bd +hero docusaurus -u https://git.ourworld.tf/tfgrid/docs_tfgrid4 -bpd -update ``` ## URL -- The production website is available at `https://info.ourworld.tf/depin` -- The staging website is available at `https://info.ourworld.tf/depindev` \ No newline at end of file +- The production website is available at `https://threefold.info/depin` \ No newline at end of file