Update README.md

This commit is contained in:
mik-tf 2024-11-11 21:50:24 +00:00
parent 2622f8ce9d
commit fe57e92c4e

View File

@ -1,4 +1,4 @@
<h1> ThreeFold V4 Website </h1> <h1> Project Mycelium V4 Website </h1>
<h2>Table of Contents</h2> <h2>Table of Contents</h2>
@ -12,15 +12,15 @@
## Introduction ## Introduction
We present the new minimalist version of the ThreeFold V4 website. We present the new minimalist version of the Project Mycelium V4 website.
## Install the Website ## Install the Website
Run the following lines to install the website: Run the following lines to install the website:
```bash ```bash
hero git clone -u git@git.ourworld.tf:tfgrid/www_threefold4.git hero git clone -u git@git.ourworld.tf:tfgrid/www_projectmycelium.git
~/code/git.ourworld.tf/tfgrid/www_threefold4/install.sh ~/code/git.ourworld.tf/tfgrid/www_projectmycelium/install.sh
``` ```
## Start the Website ## Start the Website
@ -28,7 +28,7 @@ hero git clone -u git@git.ourworld.tf:tfgrid/www_threefold4.git
Run the following line to start the website: Run the following line to start the website:
```bash ```bash
~/code/git.ourworld.tf/tfgrid/www_threefold4/start.sh ~/code/git.ourworld.tf/tfgrid/www_projectmycelium/start.sh
``` ```
## With Hero Docker (Optional) ## With Hero Docker (Optional)