diff --git a/README.md b/README.md index c367a5f..aabda09 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,10 @@ * [Android SDK](https://developer.android.com/sdk/index.html) * [Windows 10 SDK](https://dev.windows.com/en-us/downloads/windows-10-sdk) * Download and install [node.js](https://nodejs.org/) +* Make sure you have the [git command line tools](https://git-scm.com/downloads) installed * Install and install [ImageMagick](http://www.imagemagick.org/script/binary-releases.php) (base toolkit for image processing, here used for splash screen and icon generation) * Install Cordova: `npm install -g cordova` +* Install gulp: `npm install -g gulp` * MacOSX and Linux users need to install [Wine](https://wiki.winehq.org/) (for executing the Electron Windows build task) * Download and install [Atom](https://atom.io/) or another editor of your choice (free: `notepad`, [Visual Studio Code](https://code.visualstudio.com/); commercial: [Sublime Text](https://www.sublimetext.com/), [WebStorm](https://www.jetbrains.com/webstorm/))