aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMaxime Biais <maxime.biais@gmail.com>2015-04-16 08:23:19 +0200
committerMaxime Biais <maxime.biais@gmail.com>2015-04-16 08:23:19 +0200
commitca76131f4e8b7c3d43e2ac875492e954faf4b728 (patch)
treee8debeee2de8291e6fa50d93df21979fccacad0b /README.md
parentca449dc21d8d52b5716940f4ec6b714015eb89f3 (diff)
downloadgradle-perf-android-medium-ca76131f4e8b7c3d43e2ac875492e954faf4b728.tar.gz
add _buck install --run wpandroid_ and the reference to watchman
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/README.md b/README.md
index df6777fd4..fec3c1ac7 100644
--- a/README.md
+++ b/README.md
@@ -83,7 +83,7 @@ Say hello on our [Slack][4] channel: `#mobile`.
## Alternative Build Instructions ##
WordPress-Android can be compiled with [Buck][8], an alternative to Gradle,
-that makes the build process much faster. Due to actual BUck limitation, you
+that makes the build process much faster. Due to current Buck limitation, you
need to bootstrap the project by running the following command:
$ ./tools/fetch_buck_dependencies.py extlibs
@@ -93,6 +93,14 @@ the project. Then you can run buck to build the apk:
$ buck build wpandroid
+You can build, install and run the project if you have a device or an emulator
+connected by running the following:
+
+ $ buck install --run wpandroid
+
+It's recommended to install [watchman][9] to take advantage of the Buck
+daemon: `buckd`.
+
## License
WordPress for Android is an Open Source project covered by the
@@ -108,3 +116,4 @@ be covered by a different license compatible with the GPLv2.
[6]: https://developer.wordpress.com/docs/oauth2/
[7]: https://developer.wordpress.com/docs/api/
[8]: https://facebook.github.io/buck
+[9]: https://facebook.github.io/watchman/docs/install.html