Browse Source

Clone commande do not get submodules recursively (#320)

Jerry Nieuviarts 9 years ago
parent
commit
bc0a0a8651
1 changed files with 1 additions and 1 deletions
  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 ..