Commit 0a427a0a authored by Adam Barth's avatar Adam Barth

Update README.md

parent be8b92cd
...@@ -3,7 +3,9 @@ Getting started with Sky ...@@ -3,7 +3,9 @@ Getting started with Sky
Sky apps are written in Dart. To get started, we need to set up Dart SDK: Sky apps are written in Dart. To get started, we need to set up Dart SDK:
- Install the [Dart SDK](https://www.dartlang.org/downloads/). - Install the [Dart SDK](https://www.dartlang.org/downloads/):
- Mac: `brew tap dart-lang/dart && brew install dart`
- Linux, see [https://www.dartlang.org/downloads/linux.html](https://www.dartlang.org/downloads/linux.html)
- Ensure that `$DART_SDK` is set to the path of your Dart SDK and that the - Ensure that `$DART_SDK` is set to the path of your Dart SDK and that the
`dart` and `pub` executables are on your `$PATH`. `dart` and `pub` executables are on your `$PATH`.
...@@ -50,9 +52,9 @@ Setup your Android device ...@@ -50,9 +52,9 @@ Setup your Android device
Currently Sky requires an Android device running the Lollipop (or newer) version Currently Sky requires an Android device running the Lollipop (or newer) version
of the Android operating system. of the Android operating system.
- Install the `adb` tool from the [Android SDK](https://developer.android.com/sdk/installing/index.html) - Install the `adb` tool from the [Android SDK](https://developer.android.com/sdk/installing/index.html?pkg=tools):
and ensure that `adb` (inside `platform-tools` in the Android SDK) is in your - Mac: `brew install android-platform-tools`
`$PATH`. - Linux: `sudo apt-get install android-tools-adb`
- Enable developer mode on your device by visiting `Settings > About phone` - Enable developer mode on your device by visiting `Settings > About phone`
and tapping the `Build number` field five times. and tapping the `Build number` field five times.
......
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