Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(455)

Unified Diff: sky/sdk/README.md

Issue 1136503002: Create wrapper script around mojom's generate.dart in the Sky package. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Rebase Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/dart/mojom/pubspec.yaml ('k') | sky/sdk/packages/sky/bin/init.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/sdk/README.md
diff --git a/sky/sdk/README.md b/sky/sdk/README.md
index eca9cf05996a857d781abddb2b1c1cf24aaa3808..987807a8deabdb04d477d39cca422b7de1ace8a0 100644
--- a/sky/sdk/README.md
+++ b/sky/sdk/README.md
@@ -50,8 +50,10 @@ dependencies:
```
Once the pubspec is in place, create a `lib` directory (where your dart code
-will go) and run `pub get` to download all necessary dependencies and create
-the symlinks necessary for 'package:your_app_names/main.dart' includes to work.
+will go), ensure that the 'dart' and 'pub' executables are on your $PATH and
+run the following:
+
+`pub get && pub run sky:init`.
Currently the Sky Engine assumes the entry point for your application is a
`main` function located inside a `main.sky` file at the root of the package.
« no previous file with comments | « mojo/dart/mojom/pubspec.yaml ('k') | sky/sdk/packages/sky/bin/init.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698