File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ you need:
75
75
* ` git clone https://github.com/google/copybara.git `
76
76
* Build:
77
77
* ` bazel build //java/com/google/copybara ` .
78
- * `bazel build //java/com/google/copybara:copybara_deploy.jar` to create a executable uberjar.
78
+ * `bazel build //java/com/google/copybara:copybara_deploy.jar` to create an executable uberjar.
79
79
* Tests: ` bazel test //... ` if you want to ensure you are not using a broken version.
80
80
81
81
### System packages
@@ -165,12 +165,11 @@ We are still working on the documentation. Here are some resources:
165
165
166
166
* [ Reference documentation] ( docs/reference.md )
167
167
* [ Examples] ( docs/examples.md )
168
-
168
+
169
169
## Contact us
170
170
171
171
If you have any questions about how Copybara works please contact us at our [ mailing list] ( https://groups.google.com/forum/#!forum/copybara-discuss )
172
172
173
173
## Optional tips
174
174
175
175
* If you want to see the test errors in Bazel, instead of having to cat the logs, add this line to your ` ~/.bazelrc: *test --test_output=streamed* ` .
176
-
You can’t perform that action at this time.
0 commit comments