From 0d433147ad112fb2ec72596b17e75dd84f604fa8 Mon Sep 17 00:00:00 2001 From: bitkarrot <73979971+bitkarrot@users.noreply.github.com> Date: Tue, 31 Oct 2023 19:00:34 -0700 Subject: [PATCH] add build instructions for new users to README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index abce2628..f09c4664 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,14 @@ Build the Future with Plebnet.dev on bitcoin and lightning. +## IMPORTANT BUILD NOTE: As of 31 OCT 2023 + +Use Node version - lts/hydrogen -> v18.16.1 +```sh + npm install astro + npm install +``` + This is the main website. Screenshot 2023-06-18 at 9 37 38 PM