From 04fcd3e6a76d392c29a9c4c153b78d90ffedfd41 Mon Sep 17 00:00:00 2001 From: Jasin2069 Date: Sat, 24 Mar 2018 01:59:47 -0400 Subject: [PATCH] Update windows.md --- docs/installation/windows.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/installation/windows.md b/docs/installation/windows.md index 20378591..1531dc7b 100644 --- a/docs/installation/windows.md +++ b/docs/installation/windows.md @@ -15,7 +15,6 @@ ENiGMA½ will run on both 32bit and 64 bit Windows. If you want to run 16bit doo `*Run PowerShell as Administrator` ```Powershell - Set-ExecutionPolicy Unrestricted -Scope CurrentUser -Force npm install -g npm-windows-upgrade npm-windows-upgrade @@ -25,7 +24,7 @@ ENiGMA½ will run on both 32bit and 64 bit Windows. If you want to run 16bit doo Also if you run the NodeJS installer, it will replace the node version.: 2. Install [windows-build-tools for npm](https://www.npmjs.com/package/windows-build-tools) - *This will also install python 2.7 + `*This will also install python 2.7` ```Powershell npm install --global --production windows-build-tools ```