updating README.rd
Project: http://git-wip-us.apache.org/repos/asf/cordova-plugman/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugman/commit/9a5045cb Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugman/tree/9a5045cb Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugman/diff/9a5045cb Branch: refs/heads/future Commit: 9a5045cb092104af87eee20e92717d838d123203 Parents: 1209441 Author: Anis Kadri <[email protected]> Authored: Thu Apr 4 14:50:16 2013 -0700 Committer: Anis Kadri <[email protected]> Committed: Thu Apr 4 14:50:16 2013 -0700 ---------------------------------------------------------------------- README.md | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/9a5045cb/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 8955f18..fe0a08b 100644 --- a/README.md +++ b/README.md @@ -321,6 +321,20 @@ plugman identifies the framework through the `src` attribute and attempts to add The optional `weak` attribute is a boolean denoting whether the framework should be weakly-linked. Default is `false`. +### <info> + +The tool will provide additionnal information to users. This is useful when you require some extra steps that can't be easily automated or are out of the scope of plugman. + +Examples: + +<info> +You need to install **Google Play Services** from the `Android Extras` section using the Android SDK manager (run `android`). + +You need to add the following line to your `local.properties` + +android.library.reference.1=PATH_TO_ANDROID_SDK/sdk/extras/google/google_play_services/libproject/google-play-services_lib +</info> + ## Variables In certain cases, a plugin may need to make configuration changes dependent on
