From 42052dde9f634785123aaad6d9f9587ee21c0f39 Mon Sep 17 00:00:00 2001 From: Jonas Hermsmeier Date: Wed, 18 Oct 2017 17:43:07 +0200 Subject: [PATCH] doc(CONTRIBUTING): Remove refence to "install script" (#1790) This removes a confusing reference to an "install script" in the dependency section. Change-Type: patch --- docs/CONTRIBUTING.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 6f85bb68..5243cddb 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -66,10 +66,7 @@ cd etcher ### Installing npm dependencies -**Make sure you have all the pre-requisites listed above installed in your -system before running the `install` script.** - -**NOTE:** Please make use of the following scripts to install npm dependencies rather +**NOTE:** Please make use of the following command to install npm dependencies rather than simply running `npm install` given that we need to do extra configuration to make sure native dependencies are correctly compiled for Electron, otherwise the application might not run successfully.