Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 36ba6ff

Browse files
committed
Fix build instructions
The script submodule is private and comes alphabetically before submodules, so that breaks the submodule update.
1 parent a832c50 commit 36ba6ff

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ Clone the repository and its submodules in a git GUI client or via the command l
1919
```
2020
git clone https://github.com/github/VisualStudio
2121
cd VisualStudio
22-
git submodule update --init
22+
git submodule init
23+
git submodule deinit script
24+
git submodule update
2325
```
2426

2527
Open the `GitHubVS.sln` solution with Visual Studio 2015.

0 commit comments

Comments
 (0)