From fe57e92c4ee1dd1718c0a1732d6b77a9baa1c5bb Mon Sep 17 00:00:00 2001 From: mik-tf Date: Mon, 11 Nov 2024 21:50:24 +0000 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6a02021..9c198a5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -

ThreeFold V4 Website

+

Project Mycelium V4 Website

Table of Contents

@@ -12,15 +12,15 @@ ## 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 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 +hero git clone -u git@git.ourworld.tf:tfgrid/www_projectmycelium.git +~/code/git.ourworld.tf/tfgrid/www_projectmycelium/install.sh ``` ## 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: ```bash -~/code/git.ourworld.tf/tfgrid/www_threefold4/start.sh +~/code/git.ourworld.tf/tfgrid/www_projectmycelium/start.sh ``` ## With Hero Docker (Optional)