Skip to content

Commit fe87345

Browse files
committed
Include node.js as a requirement for development
1 parent de6ddc8 commit fe87345

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ It is highly recommended that anyone contributing to this library use the same
88
software.
99

1010
1. [Visual Studio 2015][VS]
11+
2. [Node.js][NodeJs]
1112

1213
### Optional additional software
1314

@@ -32,7 +33,7 @@ and you are running Windows PowerShell, the command is:
3233
Everything in the repo may be built via building the solution file
3334
either from Visual Studio 2015 or the command line:
3435

35-
msbuild src\Nerdbank.GitVersioning.sln
36+
.\build.ps1
3637

3738
### Important notice when developing with Visual Studio
3839

@@ -99,6 +100,7 @@ validation build for your pull request, clicking ARTIFACTS, and noting the versi
99100
of the produced packages.
100101

101102
[VS]: https://www.visualstudio.com/en-us/downloads/visual-studio-2015-downloads-vs.aspx
103+
[NodeJs]: https://nodejs.org
102104
[NuProj]: https://onedrive.live.com/redir?resid=63D0C265F96E43D!2477835&authkey=!AHh2k9FoNR-nFHo&ithint=file%2cmsi
103105
[NodeJsTools]: https://www.visualstudio.com/vs/node-js/
104106
[NuGetClient]: https://dist.nuget.org/win-x86-commandline/v3.3.0/nuget.exe

0 commit comments

Comments
 (0)