Skip to content

Commit

Permalink
Adding --recurse-submodules flag to git clone in ci_bulid README
Browse files Browse the repository at this point in the history
  • Loading branch information
caisq authored and martinwicke committed Jan 30, 2016
1 parent 614bf4a commit 320d723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow/tools/ci_build/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ to docker caching. Individual builds are fast thanks to bazel caching.
2. Clone tensorflow repository.

```bash
git clone https://github.com/tensorflow/tensorflow.git
git clone --recurse-submodules https://github.com/tensorflow/tensorflow.git
```

3. Go to tensorflow directory
Expand Down

0 comments on commit 320d723

Please sign in to comment.