Переглянути джерело

Clone commande do not get submodules recursively (#320)

Jerry Nieuviarts 9 роки тому
батько
коміт
bc0a0a8651
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      syntaxnet/README.md

+ 1 - 1
syntaxnet/README.md

@@ -99,7 +99,7 @@ Once you completed the above steps, you can build and test SyntaxNet with the
 following commands:
 
 ```shell
-  git clone --recursive https://github.com/tensorflow/models.git
+  git clone --recursive --recurse-submodules https://github.com/tensorflow/models.git
   cd models/syntaxnet/tensorflow
   ./configure
   cd ..