Explorar o código

Clone commande do not get submodules recursively (#320)

Jerry Nieuviarts %!s(int64=9) %!d(string=hai) anos
pai
achega
bc0a0a8651
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 ..