From 175b87f256ee647fc5d40ecf2d5ea72a0386d83f Mon Sep 17 00:00:00 2001 From: Refael Ackermann Date: Sun, 23 Apr 2017 13:38:34 -0400 Subject: [PATCH] doc: make Windows command look more Windowsy --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d5443080dd..b1d378e1e0 100644 --- a/README.md +++ b/README.md @@ -93,8 +93,8 @@ $ node-gyp configure Auto-detection fails for Visual C++ Build Tools 2015, so `--msvs_version=2015` needs to be added (not needed when run by npm as configured above): -``` bash -$ node-gyp configure --msvs_version=2015 +```ShellSession +c:\code\my-addon> node-gyp configure --msvs_version=2015 ``` __Note__: The `configure` step looks for the `binding.gyp` file in the current