aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxime Biais <maxime.biais@gmail.com>2014-07-23 19:21:58 +0200
committerMaxime Biais <maxime.biais@gmail.com>2014-07-23 19:21:58 +0200
commit0dc1aa19d62b7333f3b5d45f6d5e7ce8c6b71970 (patch)
tree877add730ec625cee1a9689a3afb630827800ac3
parentab746d6e0dc81d9df1ad5b5413694729ea687fb6 (diff)
downloadgradle-perf-android-medium-0dc1aa19d62b7333f3b5d45f6d5e7ce8c6b71970.tar.gz
remove useless readme paragraph
-rw-r--r--readme.md10
1 files changed, 0 insertions, 10 deletions
diff --git a/readme.md b/readme.md
index 098db8d0e..5b8b119b0 100644
--- a/readme.md
+++ b/readme.md
@@ -52,16 +52,6 @@ You can use [Android Studio][3] by importing the project as a Gradle project.
Say hello on our IRC channel: `#WordPress-Mobile` (freenode). Read our
[Developer Handbook][4] and [Development Blog][5].
-## Optional step to create symlinks in libs/ ##
-
-If you don't want to have all dependencies in your libs/ directory, you can
-clone each dependency yourself wherever you like and create a symlink
-in `libs`, here is an example for the WordPress-Utils dependency:
-
- $ git clone git@github.com:wordpress-mobile/WordPress-Utils-Android.git
- $ cd WordPress-Android/libs
- $ ln -s ../../WordPress-Utils-Android/ utils
-
[1]: https://play.google.com/store/apps/details?id=org.wordpress.android
[2]: http://tools.android.com/tech-docs/new-build-system/user-guide
[3]: http://developer.android.com/sdk/installing/studio.html