From 6f758654d2adfe9209c5f525439e632dff7f3024 Mon Sep 17 00:00:00 2001 From: Felix Rieseberg Date: Wed, 15 Feb 2017 07:23:38 -0800 Subject: [PATCH] :memo: Update Windows installation instructions (#1469) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 48112ab9..0f5bede0 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ choco install hyper 1. Install the dependencies * If you are running Linux, install `icnsutils`, `graphicsmagick`, `xz-utils` and `rpm` - * If you are running Windows, install [VC++ Build Tools Technical Preview](http://go.microsoft.com/fwlink/?LinkId=691126) using the **Default Install option**; Install Python 2.7 and add it to your `%PATH%`; Run `npm config set msvs_version 2015 --global` + * If you are running Windows, install `windows-build-tools` with `npm i -g windows-build-tools`. 2. [Fork](https://help.github.com/articles/fork-a-repo/) this repository to your own GitHub account and then [clone](https://help.github.com/articles/cloning-a-repository/) it to your local device 3. Install the dependencies: `npm install` 4. Build the code and watch for changes: `npm run dev`