aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/ci_build/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/tools/ci_build/README.md')
-rw-r--r--tensorflow/tools/ci_build/README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/tensorflow/tools/ci_build/README.md b/tensorflow/tools/ci_build/README.md
index 4b7858ca89..1fa618e698 100644
--- a/tensorflow/tools/ci_build/README.md
+++ b/tensorflow/tools/ci_build/README.md
@@ -20,20 +20,20 @@ run continuous integration [ci.tensorflow.org](https://ci.tensorflow.org).
2. Clone tensorflow repository.
```bash
-git clone https://github.com/tensorflow/tensorflow.git
-```
+ git clone https://github.com/tensorflow/tensorflow.git
+ ```
3. Go to tensorflow directory
```bash
-cd tensorflow
-```
+ cd tensorflow
+ ```
4. Build what you want, for example
```bash
-tensorflow/tools/ci_build/ci_build.sh CPU bazel test //tensorflow/...
-```
+ tensorflow/tools/ci_build/ci_build.sh CPU bazel test //tensorflow/...
+ ```