Improve steps in null safety README re: build_runner.

PiperOrigin-RevId: 336982432
diff --git a/NULL_SAFETY_README.md b/NULL_SAFETY_README.md
index 82dddce..a1402c9 100644
--- a/NULL_SAFETY_README.md
+++ b/NULL_SAFETY_README.md
@@ -97,9 +97,10 @@
 }
 ```
 
-We need to then run build_runner to generate the new library:
+We need to depend on build_runner. Add a dependency in the `pubspec.yaml` file,
+under `dev_dependencies`: something like `build_runner: ^1.10.0`.
 
-<!-- TODO(srawlins): Note about depending on build_runner. Test workflow. -->
+The final step is to run build_runner in order to generate the new library:
 
 ```shell
 pub run build_runner build