diff --git a/README.md b/README.md index b38bdcb..0e0ebcb 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -

ThreeFold DePIN Board

+

ThreeFold BYOI: Build Your Own Internet

Table of Contents

@@ -10,7 +10,7 @@ ## Introduction -This repository contains the code to deploy the ThreeFold DePIN Board. +This repository contains the code to deploy the ThreeFold BYOI website. ## Steps @@ -22,11 +22,17 @@ This repository contains the code to deploy the ThreeFold DePIN Board. ``` bash develop.sh ``` -- Push change online +- Push change (staging) + ``` + bash build-dev.sh + ``` +- Push change (production) ``` bash build.sh ``` ## URL -- The website is available at `https://threefold.info/depin` \ No newline at end of file +- The website is available in stating and production modes: + - Staging: https://threefold.info/byoidev + - Production: https://threefold.info/byoi \ No newline at end of file