| commit | ec15d8b0a62a6b6693e44ff076e6b766f965c73c | [log] [tgz] | 
|---|---|---|
| author | Alexander Thomas <athom@google.com> | Thu Feb 07 11:31:20 2019 +0100 | 
| committer | GitHub <noreply@github.com> | Thu Feb 07 11:31:20 2019 +0100 | 
| tree | 6186fc2cf677c07c5ff94f0e03909cb981c1013c | |
| parent | 3ad2b165c0778aa6697fa8ed57058a4a919e461b [diff] | 
Remove references to Dartium and content shell Fixes #51.
This is the official Dart tap for homebrew.
Mac users can use these formulae to easily install and update Dart SDK. Both dev and stable channels are supported.
If you don't have homebrew, install it from their homepage.
Then, add this tap:
brew tap dart-lang/dart
To install the Dart SDK:
brew install dart
Tip: Once installed, homebrew will print the path to the Dart SDK. Use this path to configure Dart support in your IDE (like WebStorm).
To install dev channel releases, instead of the stable ones, add a --devel flag after the brew commands:
brew install dart --devel
Simply run:
brew update brew upgrade dart