From fb3f64813f291d98b8dc2955a11377752d14fb62 Mon Sep 17 00:00:00 2001 From: Jose Miguel Date: Thu, 8 Apr 2021 10:54:43 +0200 Subject: [PATCH] doc: update command for install dependencies --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f1c8022..bac50ba 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ You can clone our Git repository: Hooking it up is as easy as running: -`$ npm run install` +`$ npm install` This command will install all the required dependencies. Please note that `npm install` is only required on your first start, or in case of updated dependencies.