README.md git clone cmd gets submodules (#71)

git clone ... --recursive to populate external/* submodules

Submodule 'external/debugger-libs' (https://github.com/mono/debugger-libs.git) registered for path 'external/debugger-libs'
Submodule 'external/nrefactory' (https://github.com/xamarin/NRefactory.git) registered for path 'external/nrefactory'
This commit is contained in:
Will Foran 2021-04-06 08:48:13 -04:00 коммит произвёл GitHub
Родитель 3e1ee6ab8b
Коммит e8e41a87ed
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -54,7 +54,7 @@ shell, and an installed Mono framework.
First, clone the mono-debug project:
```bash
$ git clone https://github.com/microsoft/vscode-mono-debug
$ git clone --recursive https://github.com/microsoft/vscode-mono-debug
```
To build the extension vsix, run: