Skip to content

Commit 3de205c

Browse files
authored
Update CONTRIBUTING.md (#1774)
1 parent 2703ce5 commit 3de205c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ yet in the issue tracker, start by opening an issue. Thanks!
3030
you need to update the docs twice:
3131
- Download and install the latest STABLE version of dart from [the Dart website](https://www.dartlang.org/tools/sdk).
3232
(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`).
3434
- Download and install the latest DEV version of dart from [the Dart website](https://www.dartlang.org/tools/sdk)
3535
(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`).
3737
7. Post your change via a pull request for review and integration!
3838

3939
## Testing

0 commit comments

Comments
 (0)