From 43169d4452aa79f1f80331a4c3e472313055ed55 Mon Sep 17 00:00:00 2001 From: mik-tf Date: Fri, 8 Nov 2024 12:19:35 -0500 Subject: [PATCH 1/2] updated readme --- README.md | 34 ++++++++++++++++++++++------------ 1 file changed, 22 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 6c90fdc..44908d7 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,9 @@

Table of Contents

- [Introduction](#introduction) -- [Docker Installation](#docker-installation) +- [Install](#install) +- [Start the Website](#start-the-website) +- [With Hero Docker (Optional)](#with-hero-docker-optional) --- @@ -11,15 +13,23 @@ We present the new version of the ThreeFold website for V4. This website has a minimalistic aesthetics. -## Docker Installation +## Install -- Set a [Hero Docker container](./hero_docs/crystallib_hero_basic_docs.md) as shown in the docs -- Install the website - ```bash - hero git clone -u git@git.ourworld.tf:tfgrid/www_threefold4.git - ~/code/git.ourworld.tf/tfgrid/www_threefold4/install.sh - ``` -- Start the website - ```bash - ~/code/git.ourworld.tf/tfgrid/www_threefold4/start.sh - ``` +Run the following lines to install the website: + +```bash +hero git clone -u git@git.ourworld.tf:tfgrid/www_threefold4.git +~/code/git.ourworld.tf/tfgrid/www_threefold4/install.sh +``` + +## Start the Website + +Run the following line to start the website: + +```bash +~/code/git.ourworld.tf/tfgrid/www_threefold4/start.sh +``` + +## With Hero Docker (Optional) + +You can use Hero Docker instead of a local installation. Read the [Hero Docker container](./hero_docs/crystallib_hero_basic_docs.md) docs for more information. \ No newline at end of file -- 2.40.1 From b8a57aeee3c3c99efdfb027142632ea9722682c2 Mon Sep 17 00:00:00 2001 From: mik-tf Date: Fri, 8 Nov 2024 12:20:05 -0500 Subject: [PATCH 2/2] small change in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 44908d7..adf13cd 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@

Table of Contents

- [Introduction](#introduction) -- [Install](#install) +- [Install the Website](#install-the-website) - [Start the Website](#start-the-website) - [With Hero Docker (Optional)](#with-hero-docker-optional) @@ -13,7 +13,7 @@ We present the new version of the ThreeFold website for V4. This website has a minimalistic aesthetics. -## Install +## Install the Website Run the following lines to install the website: -- 2.40.1