From ac36121f261fa873c9cc9e649de6bb8e98166985 Mon Sep 17 00:00:00 2001 From: Pawel Kadluczka Date: Tue, 19 Sep 2017 13:17:33 -0700 Subject: [PATCH] Update README Adding information about requirements for building the repo. Fixes: https://github.com/aspnet/SignalR/issues/906 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 06a3e0d802..05026d881c 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ npm install @aspnet/signalr-client --registry https://dotnet.myget.org/f/aspnetc ## Building from source -To run a complete build on command line only, execute `build.cmd` or `build.sh` without arguments. +To run a complete build on command line only, execute `build.cmd` or `build.sh` without arguments. The build requires NodeJS (6.11 or newer) and npm to be installed on the machine. Before opening this project in Visual Studio or VS Code, execute `build.cmd /t:Restore` (Windows) or `./build.sh /t:Restore` (Linux/macOS). This will execute only the part of the build script that downloads and initializes a few required build tools and packages.