From 879f92a3668461b7d26dbbe1ff119fb8615910a7 Mon Sep 17 00:00:00 2001 From: Seth Ladd Date: Mon, 5 Oct 2015 12:47:25 -0700 Subject: [PATCH] Specify what platforms we support --- getting-started.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/getting-started.md b/getting-started.md index bb077d1778..7fcf42834d 100644 --- a/getting-started.md +++ b/getting-started.md @@ -4,11 +4,16 @@ title: Getting Started with Flutter nav_title: Getting Started permalink: /getting-started/ --- + +Flutter currently supports developers on Mac and Linux, +with Windows support in the works. + To get started, we need to set up Dart SDK: - Install the [Dart SDK](https://www.dartlang.org/downloads/): - Mac: `brew tap dart-lang/dart && brew install dart --devel` - Linux: See [www.dartlang.org/downloads/linux.html](https://www.dartlang.org/downloads/linux.html) + - Windows: Stay tuned, Windows support is in the works. - Ensure that the `dart` and `pub` executables are on your `PATH`. Once you have installed Dart SDK, create a new directory and add a