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

Unified Diff: third_party/pkg/angular/demo/todo/README.md

Issue 148453003: Updating Angular version (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 11 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 | « third_party/pkg/angular/demo/pubspec.yaml ('k') | third_party/pkg/angular/demo/todo/bootstrap.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/pkg/angular/demo/todo/README.md
diff --git a/third_party/pkg/angular/demo/todo/README.md b/third_party/pkg/angular/demo/todo/README.md
index 8293ff73eb8e9d8ec0ee0d51c604a945ea508b19..dac21f88590497a186b68eaf8af544c3b4c4af7a 100644
--- a/third_party/pkg/angular/demo/todo/README.md
+++ b/third_party/pkg/angular/demo/todo/README.md
@@ -9,13 +9,13 @@ Getting up and running
To run this demo, first clone the entire Angular.dart repository.
-Then, run pub install in this directory:
+Then, run ``pub serve`` in this directory:
```
-$ cd demo/todo; pub install
+$ cd demo/todo; pub serve
```
-Finally, open the demo/todo/index.html file in Dartium.
+Finally, open http://localhost:8080/index.html.
The server is optional
----------------------
« no previous file with comments | « third_party/pkg/angular/demo/pubspec.yaml ('k') | third_party/pkg/angular/demo/todo/bootstrap.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698