From 686f67fac25b679947dbbc2689012f1cf5db79a2 Mon Sep 17 00:00:00 2001 From: Jared Allard Date: Sun, 31 May 2015 11:50:54 -0700 Subject: [PATCH] readme: clairify building requirements. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9807df1..0e08947 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,10 @@ Nexe is a command-line utility that compiles your Node.js application into a sin - Lockdown specific application versions, and easily rollback. - Faster deployments. -## Requirements +## Building Requirements - Linux / Mac / BSD / Windows -- Windows: Python 2.6 or 2.7 (use --python if not in PATH), Visual Studio 2010 or 2012 +- Windows: Python 2.6 or 2.7 (use --python if not in PATH), Visual Studio 2010+ ## Caveats