You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ choco install hyper
28
28
29
29
1. Install the dependencies
30
30
* 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`.
32
32
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
33
33
3. Install the dependencies: `npm install`
34
34
4. Build the code and watch for changes: `npm run dev`
0 commit comments