images
This commit is contained in:
11
README.md
11
README.md
@@ -12,9 +12,9 @@ This website is administered by [ThreeFold's Web Admins](https://github.com/orgs
|
||||
## Getting started
|
||||
|
||||
1. Install `hero` if you don't have it
|
||||
|
||||
```bash
|
||||
curl https://raw.githubusercontent.com/freeflowuniverse/crystallib/development/scripts/installer_hero.sh > /tmp/hero_install.sh
|
||||
bash /tmp/hero_install.sh
|
||||
curl -sL https://raw.githubusercontent.com/freeflowuniverse/crystallib/development/scripts/installer_hero.sh | bash
|
||||
```
|
||||
|
||||
1. Clone repository
|
||||
@@ -23,7 +23,12 @@ bash /tmp/hero_install.sh
|
||||
|
||||
3. run playbook to preview website in browser
|
||||
|
||||
`hero zola -u https://github.com/threefoldfoundation/www_threefold_io/tree/development_zola/playbook` or `bash start.sh`
|
||||
```bash
|
||||
#is using branch development_zola
|
||||
hero zola -u https://github.com/threefoldfoundation/www_threefold_io/tree/development_zola/playbook
|
||||
#or in this repo, which does above
|
||||
start.sh
|
||||
```
|
||||
|
||||
4. save and publish changes
|
||||
|
||||
|
||||
Reference in New Issue
Block a user