| Index: sky/examples/README.md
|
| diff --git a/sky/examples/README.md b/sky/examples/README.md
|
| index 6305be96816374e3643c2a20c50fb975442f970b..deb0f3cf10366558fea84729186ddd541414717b 100644
|
| --- a/sky/examples/README.md
|
| +++ b/sky/examples/README.md
|
| @@ -1,7 +1,10 @@
|
| Sky Examples
|
| ============
|
|
|
| -This directory contains several examples of using Sky.
|
| +This directory contains several examples of using Sky. Each of these is an
|
| +individual Dart application package. If you wish to run them with `sky_tool`
|
| +then you will want to run `pub get` inside their directory before running
|
| +`./packages/sky/sky_tool start`.
|
|
|
| 1. *Hello, world.* The [hello world app](hello_world) is a basic app that shows
|
| the text "hello, world."
|
|
|