diff --git a/README.md b/README.md index 99dc8f2..1d1b7eb 100644 --- a/README.md +++ b/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 diff --git a/script3/book_collections.md b/heroscript/book_collections.md similarity index 76% rename from script3/book_collections.md rename to heroscript/book_collections.md index ab9ea51..a77e8e6 100644 --- a/script3/book_collections.md +++ b/heroscript/book_collections.md @@ -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' diff --git a/script3/context.md b/heroscript/context.md similarity index 100% rename from script3/context.md rename to heroscript/context.md diff --git a/script3/sshkey.md b/heroscript/sshkey.md similarity index 100% rename from script3/sshkey.md rename to heroscript/sshkey.md