Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ you need:
* `git clone https://github.com/google/copybara.git`
* Build:
* `bazel build //java/com/google/copybara`.
* `bazel build //java/com/google/copybara:copybara_deploy.jar` to create a executable uberjar.
* `bazel build //java/com/google/copybara:copybara_deploy.jar` to create an executable uberjar.
* Tests: `bazel test //...` if you want to ensure you are not using a broken version.

### System packages
Expand Down Expand Up @@ -165,12 +165,11 @@ We are still working on the documentation. Here are some resources:

* [Reference documentation](docs/reference.md)
* [Examples](docs/examples.md)

## Contact us

If you have any questions about how Copybara works please contact us at our [mailing list](https://groups.google.com/forum/#!forum/copybara-discuss)

## Optional tips

* 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*`.