From bb77c6e2102bc09fc618bd5801ebd7605dc3c54b Mon Sep 17 00:00:00 2001 From: Justin SB Date: Wed, 8 Oct 2014 08:11:03 -0700 Subject: [PATCH] Add some help to install-sdk --- tools/help.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/tools/help.txt b/tools/help.txt index 3b29bfcd02..aaaad79eb2 100644 --- a/tools/help.txt +++ b/tools/help.txt @@ -196,6 +196,17 @@ After adding a mobile platform, you can use 'meteor run ' to run on a mobile device or emulator. 'meteor build' will always build the project for every added platform. +>>> install-sdk +Installs SDKs for a platform. +Usage: meteor install-sdk + +Installs the SDK for a platform; will also verify that the platform +requirements are met. + +Available platforms: + android + ios (on OS X only) + >>> remove-platform Remove a platform from this project. Usage: meteor remove-platform [platform..]