From 495db314e4accffd51464e994fc3b9519f6b338c Mon Sep 17 00:00:00 2001 From: 3wc <3wc.git@doesthisthing.work> Date: Thu, 3 Jun 2021 15:46:50 +0200 Subject: [PATCH] Remove duplicate `npm install` --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 5e47032..d6949a1 100644 --- a/README.md +++ b/README.md @@ -157,13 +157,7 @@ Then, add the following as `config.json` in your hubl folder. } ``` -Then install Node dependencies: - -``` -npm install -``` - -and launch the server with: +Then launch the server with: ``` npm run watch