Commit 4191ed49 authored by Adam Barth's avatar Adam Barth

Don't mention --install

The --install command isn't needed anymore. We automatically detect when
we need to install the APK.
parent 25eaaefd
...@@ -41,12 +41,7 @@ class InitCommand extends Command { ...@@ -41,12 +41,7 @@ class InitCommand extends Command {
cd ${out.path} cd ${out.path}
./packages/flutter/sky_tool start ./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']) { if (argResults['pub']) {
print("Running pub get..."); print("Running pub get...");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment