File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,10 +30,10 @@ yet in the issue tracker, start by opening an issue. Thanks!
30
30
you need to update the docs twice:
31
31
- Download and install the latest STABLE version of dart from [ the Dart website] ( https://www.dartlang.org/tools/sdk ) .
32
32
(It's probably easiest to download a zip file and change your PATH to the extracted location's ` bin ` directory)
33
- - Run ` pub run grinder update-test-package-docs ` to update the stable docs.
33
+ - Run ` pub run grinder update-test-package-docs ` to update the stable docs (in ` testing/test_package_docs ` ) .
34
34
- Download and install the latest DEV version of dart from [ the Dart website] ( https://www.dartlang.org/tools/sdk )
35
35
(It's probably easiest to download a zip file and change your PATH to the extracted location's ` bin ` directory)
36
- - Run ` pub run grinder update-test-package-docs ` to update the dev docs.
36
+ - Run ` pub run grinder update-test-package-docs ` to update the dev docs (in ` testing/test_package_docs_dev ` ) .
37
37
7 . Post your change via a pull request for review and integration!
38
38
39
39
## Testing
You can’t perform that action at this time.
0 commit comments