Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 491032c

Browse files
authored
Update docs to mention felt build --host (#37224)
Fix to web engine build docs
1 parent 27972e7 commit 491032c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

lib/web_ui/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@ get help for a specific subcommand, run `felt help SUBCOMMAND`.
2525
The most useful subcommands are:
2626

2727
- `felt build` - builds a local Flutter Web engine ready to be used by the
28-
Flutter framework. To use the local engine build, pass
29-
`--local-engine=host_debug_unopt` to the `flutter` command, or to
30-
`dev/bots/test.dart` when running a web shard, such as `web_tests`.
28+
Flutter framework. To use the local engine build, build with
29+
`felt build --host`, then pass `--local-engine=host_debug_unopt` to the
30+
`flutter` command, or to `dev/bots/test.dart` when running a web shard, such
31+
as `web_tests`.
3132
- `felt test` - runs web engine tests. By default, this runs all tests using
3233
Chromium. Passing one or more paths to specific tests would run just the
3334
specified tests. Run `felt help test` for more options.

0 commit comments

Comments
 (0)