Skip to content

Commit 6f75865

Browse files
felixriesebergmatheuss
authored andcommitted
📝 Update Windows installation instructions (#1469)
1 parent d4c1d08 commit 6f75865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ choco install hyper
2828

2929
1. Install the dependencies
3030
* If you are running Linux, install `icnsutils`, `graphicsmagick`, `xz-utils` and `rpm`
31-
* 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`
31+
* If you are running Windows, install `windows-build-tools` with `npm i -g windows-build-tools`.
3232
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
3333
3. Install the dependencies: `npm install`
3434
4. Build the code and watch for changes: `npm run dev`

0 commit comments

Comments
 (0)