doc(CONTRIBUTING): Remove refence to "install script" (#1790)

This removes a confusing reference to an "install script"
in the dependency section.

Change-Type: patch
This commit is contained in:
Jonas Hermsmeier 2017-10-18 17:43:07 +02:00 committed by GitHub
parent ea686ee8e2
commit 42052dde9f

View File

@ -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.