From 3dc89e8182d7e2aac36edf321b2d9b723b173702 Mon Sep 17 00:00:00 2001 From: Adam Barth Date: Thu, 5 Mar 2015 08:42:17 -0800 Subject: [PATCH] Update SDK.md --- engine/src/flutter/SDK.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/engine/src/flutter/SDK.md b/engine/src/flutter/SDK.md index 1f4be07a6c0..f70a03cd789 100644 --- a/engine/src/flutter/SDK.md +++ b/engine/src/flutter/SDK.md @@ -28,8 +28,7 @@ Set up your computer - Linux: ``sudo apt-get install android-tools-adb`` 2. Download the Sky framework: - a. ``curl -O https://domokit.github.io/sky-sdk.tgz`` - b. ``tar -xvzf sky-sdk.tgz`` + - ``git clone https://github.com/domokit/sky-sdk.git`` 3. Using a USB cable, plug your phone into your computer. If prompted on your device, authorize your computer to access your device. @@ -37,4 +36,4 @@ Set up your computer Running a Sky application ------------------------- -1. ``/path/to/sky-sdk/run myapp.sky && adb logcat`` +1. ``/path/to/sky-sdk/shelldb myapp.sky && adb logcat``