aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPierre-Yves Ricau <py@squareup.com>2019-04-12 12:43:06 -0700
committerRon Shapiro <shapiro.rd@gmail.com>2019-04-16 12:07:19 -0400
commit19f768d1d65750398caabb75bfe31874ca01b999 (patch)
tree8851d354087adf12d9a5aacb74116451d912c28e /README.md
parent177809c4073b510fa12d3c4e2fe6666fc941582a (diff)
downloaddagger2-19f768d1d65750398caabb75bfe31874ca01b999.tar.gz
Add instructions to set up a dev environment
Closes https://github.com/google/dagger/pull/1268 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=243314246
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index 13523c06c..0ae441160 100644
--- a/README.md
+++ b/README.md
@@ -198,9 +198,7 @@ the GitHub project's master branch.
## Building Dagger
-Dagger is built with [`bazel`]. The tests can be run with `bazel test //...`.
-`util/install-local-snapshot.sh` will build all of the Dagger libraries and
-install a copy in your local maven repository with the version `LOCAL-SNAPSHOT`.
+See [the CONTRIBUTING.md docs][Building Dagger].
## License
@@ -221,6 +219,7 @@ install a copy in your local maven repository with the version `LOCAL-SNAPSHOT`.
[20api]: https://google.github.io/dagger/api/2.0/
[`bazel`]: https://bazel.build
[bazel-external-deps]: https://docs.bazel.build/versions/master/external.html#depending-on-other-bazel-projects
+[Building Dagger]: CONTRIBUTING.md#building-dagger
[community]: https://plus.google.com/communities/111933036769103367883
[dagger-snap]: https://oss.sonatype.org/content/repositories/snapshots/com/google/dagger/
[databinding]: https://developer.android.com/topic/libraries/data-binding/