Skip to content

Commit

Permalink
Clarifying Homebrew install
Browse files Browse the repository at this point in the history
  • Loading branch information
atsansone committed Feb 7, 2024
1 parent 70224a7 commit be77cbf
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions src/get-dart/_mac.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,20 @@

To install the Dart SDK, use [Homebrew][].

Install Homebrew, then run the following command.
1. Install Homebrew if needed.

1. Add the [official tap][tap].

```terminal
$ brew tap dart-lang/dart
```

1. Install the Dart SDK.

```terminal
$ brew install dart
```

```terminal
$ brew install dart-sdk
```

### Verify PATH includes Homebrew
{: .no_toc}
Expand Down Expand Up @@ -57,4 +66,5 @@ $ brew info dart
```

[Homebrew]: https://brew.sh
[Homebrew FAQ]: https://docs.brew.sh/FAQ
[tap]: {{site.gh-dart.org}}/homebrew-dart
[Homebrew FAQ]: https://docs.brew.sh/FAQ#my-mac-apps-dont-find-homebrew-utilities

0 comments on commit be77cbf

Please sign in to comment.