Skip to content

Commit 1c08f25

Browse files
committed
Prescribe linux compatible commands
1 parent 59c00ad commit 1c08f25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ which downloads NuGet.exe and uses it to restore packages.
2929
Assuming your working directory is the root directory of this git repo,
3030
and you are running Windows PowerShell, the command is:
3131

32-
.\init.ps1
32+
./init.ps1
3333

3434
Most of the repo may be built via building the solution file from Visual Studio 2019,
3535
but for a complete build, build from the VS2019 Developer Command Prompt:
3636

37-
.\build.ps1
37+
./build.ps1
3838

3939
This repo is structured such that it builds the NuGet package first, using MSBuild.
4040
It then builds an NPM package that includes some of the outputs of MSBuild, along with

0 commit comments

Comments
 (0)