Selaa lähdekoodia

Clone commande do not get submodules recursively (#320)

Jerry Nieuviarts 9 vuotta sitten
vanhempi
commit
bc0a0a8651
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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 ..