소스 검색

documentation: fix path for fetching submodules

Ron Klein 5 년 전
부모
커밋
a076adc20f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      cmake/README.md

+ 1 - 1
cmake/README.md

@@ -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: