Commit 67f6cab2 authored by Jim Beveridge's avatar Jim Beveridge

Update README.md

parent 4b886965
...@@ -23,7 +23,7 @@ Next, create a `lib` directory (which is where your Dart code will go) and use ...@@ -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: the `pub` tool to fetch the Sky package and its dependencies:
- `mkdir lib` - `mkdir lib`
- `pub get && pub run sky:init` - `pub upgrade && pub run sky:init`
Sky assumes the entry point for your application is a `main` function in Sky assumes the entry point for your application is a `main` function in
`lib/main.dart`: `lib/main.dart`:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment