Commit bc0a0a86 authored by Jerry Nieuviarts's avatar Jerry Nieuviarts Committed by Martin Wicke
Browse files

Clone commande do not get submodules recursively (#320)

parent c7217f43
......@@ -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 ..
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment