From c0738cb902896ca1ed04dbb586088f8493786568 Mon Sep 17 00:00:00 2001 From: suroh Date: Thu, 14 Sep 2023 15:32:52 +0200 Subject: [PATCH] fixed error in install instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 644e286..ec8fe84 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Ethermap is built in JavaScript (soz) using NodeJS. To install you can do so by To install all dependencies for the front and backend : ```sh -$ npm run install +$ npm install ``` You will then need to create a `.env` file in the root folder. There is a `.env.template` that you can copy as a guide. For a dev server you can simply copy and paste the template leaving it as is.