Update README.md

This commit is contained in:
despiegk 2025-02-10 12:24:56 +00:00
parent 969884316d
commit 6943a6e9ba

View File

@ -9,19 +9,18 @@ curl https://raw.githubusercontent.com/freeflowuniverse/herolib/refs/heads/devel
bash /tmp/install_hero.sh bash /tmp/install_hero.sh
#DONT FORGET TO START A NEW SHELL (otherwise the paths will not be set) #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_depin -d
``` ```
to push to push
```bash ```bash
hero docusaurus -u https://git.ourworld.tf/tfgrid/info_docs_depin -bp -update hero docusaurus -u https://git.ourworld.tf/tfgrid/docs_depin -bp -update
#push for development: #push for development:
hero docusaurus -u https://git.ourworld.tf/tfgrid/info_docs_depin -bpd -update hero docusaurus -u https://git.ourworld.tf/tfgrid/docs_depin -bpd -update
``` ```
## URL ## URL
- The production website is available at `https://threefold.info/depin` - The production website is available at `https://threefold.info/depin`
- The staging website is available at `https://threefold.info/depindev`