| Index: mojo/public/dart/README
|
| diff --git a/mojo/public/dart/README b/mojo/public/dart/README
|
| index aadb3483f7376af85e3b09d4e961b976ba740449..5ff7ee3fad561b022bbbab6e205e130e0864cd2b 100644
|
| --- a/mojo/public/dart/README
|
| +++ b/mojo/public/dart/README
|
| @@ -39,3 +39,17 @@ e.g. out/ReleaseX64/dart-sdk/bin to your path.
|
| 4.) Run Dart tests.
|
|
|
| $ ./mojob.sh --release darttest
|
| +
|
| +
|
| +These are instructions for adding a Dart VM source checkout to your client.
|
| +
|
| +1. Edit your .gclient file.
|
| +
|
| + Replace "DEPS" with "DEPS.dart"
|
| +
|
| +2. Run:
|
| +
|
| + $ gclient sync
|
| +
|
| + You should now have a directory //src/dart
|
| +
|
|
|