Don't mention --install

The --install command isn't needed anymore. We automatically detect when
we need to install the APK.
This commit is contained in:
Adam Barth 2015-10-11 12:33:59 -07:00
parent 25eaaefd26
commit 4191ed4921

View File

@ -41,12 +41,7 @@ class InitCommand extends Command {
cd ${out.path}
./packages/flutter/sky_tool start
Or if the Flutter APK is not already on your device, run:
./packages/flutter/sky_tool start --install
''';
''';
if (argResults['pub']) {
print("Running pub get...");