From 3e73baee972f5f46f4ce1a7a84e0efd3c3563c30 Mon Sep 17 00:00:00 2001 From: Aaron Date: Fri, 6 Dec 2019 13:30:02 -0600 Subject: [PATCH] add alternative to "do the finger dance" method Beginners, those unfamiliar with Visual Studio, and those unfamiliar with building executables in general may get hung up on "do the finger dance" parlance. --- docs/building/windows-instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/building/windows-instructions.md b/docs/building/windows-instructions.md index b906364..91ecf11 100644 --- a/docs/building/windows-instructions.md +++ b/docs/building/windows-instructions.md @@ -26,7 +26,7 @@ git clone https://github.com/sass/sassc Otherwise download LibSass and SassC sources from github, unzip and arrange so the structure looks like: `libsass\sassc`. If you want LibSass repo directory to be placed somewhere else, then set the environment variable `LIBSASS_DIR` with relative path based at the location of `sassc.sln`. ## From Visual Studio: -Open `projects\libsass\sassc\win\sassc.sln`, and do the finger dance `Ctrl+Shift+B` to build `sassc.exe`. +Open `projects\libsass\sassc\win\sassc.sln`, and do the finger dance `Ctrl+Shift+B` (or right-click sassc.sln and select Build) to build `sassc.exe`. Visual Studio will form the filtered source tree as shown below: