Add note to clarify what DART_SDK_DIR affects and what it doesn't
diff --git a/engine/src/flutter/lib/web_ui/README.md b/engine/src/flutter/lib/web_ui/README.md
index aed41d4..36cf842 100644
--- a/engine/src/flutter/lib/web_ui/README.md
+++ b/engine/src/flutter/lib/web_ui/README.md
@@ -315,8 +315,9 @@
In order to use a locally built Dart SDK, you simply set the `DART_SDK_DIR` environment variable like so:
```
-DART_SDK_DIR=path/to/dart-sdk/ felt ...
+DART_SDK_DIR=path/to/dart-sdk/ felt test
```
+Note: The provided Dart SDK is used to run the `felt` tool itself, and to compile and run tests. But `felt build` invokes the `gn` build which is unaffected by the `DART_SDK_DIR` environment variable.
[1]: https://github.com/flutter/flutter/blob/main/docs/engine/contributing/Setting-up-the-Engine-development-environment.md