documentation: fix path for fetching submodules

This commit is contained in:
Ron Klein 2020-06-13 00:16:01 +03:00 committed by Adam Cozzette
parent 367f3d831e
commit a076adc20f

View File

@ -66,7 +66,7 @@ Remember to update any submodules if you are using git clone (you can skip this
step if you are using a release .tar.gz or .zip package):
```console
C:\Path\to> git submodule update --init --recursive
C:\Path\to\protobuf> git submodule update --init --recursive
```
Now go to *cmake* folder in protobuf sources: