From eb7a9f94ba4b75e166697bcf5f0bbe3303d54ae0 Mon Sep 17 00:00:00 2001 From: Ceyhun Ozugur Date: Wed, 16 Sep 2020 16:26:51 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ea708c85fe..4fb1413d31 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,9 @@ git submodule update Before running the demo app, you need to download and install the project dependencies. This is done via the following command: ``` +cd gutenberg nvm install --latest-npm +cd .. npm install ```