Skip to content

Commit

Permalink
fixed typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamFreitag committed Aug 20, 2020
1 parent fc2d89d commit c36ff1f
Showing 1 changed file with 2 additions and 3 deletions.
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*`.

0 comments on commit c36ff1f

Please sign in to comment.