From 1d461653a7987b0f1428dca94546e0c70f9a9bba Mon Sep 17 00:00:00 2001 From: Christopher Fujino Date: Fri, 10 Sep 2021 18:27:56 -0700 Subject: [PATCH] remove homebrew instructions --- src/docs/get-started/install/_get-sdk.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/docs/get-started/install/_get-sdk.md b/src/docs/get-started/install/_get-sdk.md index 122d54df02..9ab0e5a923 100644 --- a/src/docs/get-started/install/_get-sdk.md +++ b/src/docs/get-started/install/_get-sdk.md @@ -81,18 +81,6 @@ process. Once you have installed any missing dependencies, run the `flutter doctor` command again to verify that you’ve set everything up correctly. -### Downloading and installing with Homebrew - -If you have Homebrew installed on your machine, -you can install Flutter using the following command: - -```terminal -$ brew install --cask flutter -``` - -Then, run `flutter doctor`. That lets you know if there are -other dependencies you need to install to use Flutter, such as the Android SDK. - ### Downloading straight from GitHub instead of using an archive _This is only suggested for advanced use cases._