info_tfgrid/README.md

28 lines
887 B
Markdown
Raw Normal View History

2024-01-26 03:06:57 +00:00
# info for our new Internet / Social network
2023-11-29 03:28:10 +00:00
2024-01-26 03:06:57 +00:00
Asimov is our code name for this work untill we get better name and feedback of where to go, this is not a project of long duration we need concrete results very fast.
2023-11-29 04:35:00 +00:00
2024-01-26 04:04:37 +00:00
> [https://info.ourworld.tf/duniayetu](https://info.ourworld.tf/duniayetu)
2024-01-26 03:06:57 +00:00
## to run the book
2024-01-26 06:03:06 +00:00
```bash
hero mdbook -u https://git.ourworld.tf/threefold_coop/info_threefold_coop/src/branch/main/script3
```
## First install hero:
2024-01-26 03:06:57 +00:00
```bash
2024-01-26 06:03:06 +00:00
curl https://raw.githubusercontent.com/freeflowuniverse/crystallib/development/scripts/installer_hero.sh > /tmp/hero_install.sh
bash /tmp/hero_install.sh
#to debug
bash -x /tmp/hero_install.sh
#maybe you want to copy to your system bin dir
cp ~/hero/bin/hero /usr/local/bin
#to use hero make sure you restart your shell or you do (if osx)
source ~/.zprofile
#check how to use, can also do on each of the subcommands
hero -help
```