From fb8c19b7f85f28e27d5d73fa2365499cad032b23 Mon Sep 17 00:00:00 2001 From: Adam Barth Date: Sat, 1 Aug 2015 10:29:06 -0700 Subject: [PATCH] Update README.md --- sky/packages/sky/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sky/packages/sky/README.md b/sky/packages/sky/README.md index 72c5f4d45..ccf6f1dbb 100644 --- a/sky/packages/sky/README.md +++ b/sky/packages/sky/README.md @@ -1,4 +1,4 @@ -Getting started with Sky +Getting Started with Sky ======================== Sky apps are written in Dart. To get started, we need to set up Dart SDK: @@ -23,7 +23,7 @@ Next, create a `lib` directory (which is where your Dart code will go) and use the `pub` tool to fetch the Sky package and its dependencies: - `mkdir lib` - - `pub upgrade && pub run sky:init` + - `pub upgrade` Sky assumes the entry point for your application is a `main` function in `lib/main.dart`: -- GitLab