From 9f86d88ec52ef5975394dd547098ac3ec5ab0602 Mon Sep 17 00:00:00 2001 From: Jan-Henrik Date: Mon, 12 May 2014 20:33:04 +0200 Subject: [PATCH] Added Windows support to Readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 76f7ecb..8ec17f3 100644 --- a/README.md +++ b/README.md @@ -15,12 +15,12 @@ Nexe is a command-line utility that compiles your Node.js application into a sin ## Requirements -- Linux / Mac / BSD +- Linux / Mac / BSD / Windows +- Windows: Python 2.6 or 2.7 (in PATH), Visual Studio 2010 or 2012 ## Caveats - Doesn't support native modules (yet). -- Doesn't support windows (yet). ## Installation