This commit is contained in:
despiegk 2024-02-12 11:12:07 +03:00
parent 2799063c04
commit 03236195a5
Signed by: despiegk
GPG Key ID: 99E4E1492F73BC18
4 changed files with 24 additions and 15 deletions

View File

@ -1,32 +1,41 @@
# info for our new Internet / Social network # info for our new Internet / Social network
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.
> [https://info.ourworld.tf/duniayetu](https://info.ourworld.tf/duniayetu) > [https://info.ourworld.tf/duniayetu](https://info.ourworld.tf/duniayetu)
## to run the book
```bash
hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/script3
# in case you want to open the generated book and edit
hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/script3 -e
```
## First install hero: ## First install hero:
```bash ```bash
curl https://raw.githubusercontent.com/freeflowuniverse/crystallib/development/scripts/installer_hero.sh > /tmp/hero_install.sh curl https://raw.githubusercontent.com/freeflowuniverse/crystallib/development/scripts/installer_hero.sh > /tmp/hero_install.sh
bash /tmp/hero_install.sh bash /tmp/hero_install.sh
#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 #check how to use, can also do on each of the subcommands
hero -help hero -help
#if it can't find hero, do the following on osx
source ~/.zprofile
``` ```
## to run the book
```bash
hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/heroscript
# in case you want to open the generated book and edit
hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/heroscript -e
```
## troubleshoot ## troubleshoot
### for Ubuntu, ...
```bash
apt update
apt install curl -y
```
### for OSX
if you see the following, it means you have an outdated brew on your laptop if you see the following, it means you have an outdated brew on your laptop
```bash ```bash

View File

@ -2,7 +2,7 @@
```js ```js
!!book.generate name:'duniayetu' title:'Dunia Yetu Internet 4.0' !!book.generate name:'duniayetu' title:'TFGrid Internet 4.0'
url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/books/duniayetu_dar' url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/books/duniayetu_dar'