Skip to content

Commit

Permalink
Add Git submodule init to Windows build instructions (dotnet#1412)
Browse files Browse the repository at this point in the history
Submodules must also be initialised in Windows to fetch the necessary
dependencies.
  • Loading branch information
terop authored and danmoseley committed Oct 29, 2018
1 parent 5123aee commit 422eaf1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/building/windows-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ The following are the minimum requirements:

## Building Instructions

In order to fetch dependencies which come through Git submodules the following command needs to be run before building: `git submodule update --init`.

### Building From Visual Studio 2017

First, set up the required tools, from a (non-admin) Command Prompt window:
Expand Down

0 comments on commit 422eaf1

Please sign in to comment.