Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove homebrew instructions #6263

Merged
merged 1 commit into from
Sep 11, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 0 additions & 12 deletions src/docs/get-started/install/_get-sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -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._
Expand Down