From 8537ed0cd14431ab11862189cba1cb88aabd4e8b Mon Sep 17 00:00:00 2001 From: Justin McCandless Date: Tue, 1 Nov 2022 15:10:15 -0700 Subject: [PATCH] Update docs to mention felt build --host --- lib/web_ui/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lib/web_ui/README.md b/lib/web_ui/README.md index f4e87cb31c6eb..720e43ccc255f 100644 --- a/lib/web_ui/README.md +++ b/lib/web_ui/README.md @@ -25,9 +25,10 @@ get help for a specific subcommand, run `felt help SUBCOMMAND`. The most useful subcommands are: - `felt build` - builds a local Flutter Web engine ready to be used by the - Flutter framework. To use the local engine build, pass - `--local-engine=host_debug_unopt` to the `flutter` command, or to - `dev/bots/test.dart` when running a web shard, such as `web_tests`. + Flutter framework. To use the local engine build, build with + `felt build --host`, then pass `--local-engine=host_debug_unopt` to the + `flutter` command, or to `dev/bots/test.dart` when running a web shard, such + as `web_tests`. - `felt test` - runs web engine tests. By default, this runs all tests using Chromium. Passing one or more paths to specific tests would run just the specified tests. Run `felt help test` for more options.