...
This commit is contained in:
parent
2799063c04
commit
03236195a5
37
README.md
37
README.md
@ -1,32 +1,41 @@
|
||||
# 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)
|
||||
|
||||
## 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:
|
||||
|
||||
```bash
|
||||
curl https://raw.githubusercontent.com/freeflowuniverse/crystallib/development/scripts/installer_hero.sh > /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
|
||||
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
|
||||
|
||||
### 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
|
||||
|
||||
```bash
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
```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'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user