From ba2995235d80885eca3af35df581178712a97c79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jev=20Bj=C3=B6rsell?= Date: Mon, 16 Aug 2021 15:25:39 -0700 Subject: [PATCH] Add note about installing nodejs --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4cf83d9..b1bdfcc 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,9 @@ A minimal React setup for starting developing Tezos DApps quickly with Taquito. ## Getting Started -1. Create a new repository from taquito-boilerplate by clicking "Use this template". -2. Clone your new repository: +1. Make sure you have https://nodejs.org/ installed on your computer +2. Create a new repository from taquito-boilerplate by clicking "Use this template". +3. Clone your new repository: `git clone `