mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
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:
parent
25eaaefd26
commit
4191ed4921
@ -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...");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user