@@ -22,7 +22,7 @@ Dart supports the latest three major versions of macOS.
22
22
23
23
| Platform | OS Versions |
24
24
| ----------| ------------------------------------------|
25
- | macOS | {% for version in site.data.macos %}{% if version.eol != false %}{% break %}{%- else -%}{{version.cycle}} ({{version.codename}}){% endif %}, {% endfor %} |
25
+ | macOS | {% for version in site.data.macos %}{% if version.eol != false %}{% break %}{%- else -%}{{version.cycle}} ({{version.codename}}){% endif %}{% if version.eol != false %}, {% endif %} {% endfor %} |
26
26
{:.table .table-striped}
27
27
28
28
### Install using Homebrew
@@ -40,12 +40,10 @@ $ brew install dart
40
40
### Verify PATH includes Homebrew
41
41
{: .no_toc}
42
42
43
- Verify that your ` PATH ` includes the ** Homebrew ` bin ` .
44
- Setting up the path correctly makes it easier to use Dart SDK commands
45
- such as ` dart run ` and ` dart format ` .
46
- For help configuring your path,
47
- consult the [ Homebrew FAQ.] ( https://docs.brew.sh/FAQ )
48
- {{site.alert.end}}
43
+ Verify that your ` PATH ` includes the ** Homebrew ` bin ` directory** .
44
+ Setting up the correct path simplifies using Dart SDK commands
45
+ such as ` dart run ` and ` dart format ` .
46
+ To get help configuring your ` PATH ` , consult the [ Homebrew FAQ] [ ] .
49
47
50
48
### Upgrade using Homebrew
51
49
{: .no_toc}
@@ -86,3 +84,4 @@ $ brew info dart
86
84
```
87
85
88
86
[ Homebrew ] : https://brew.sh
87
+ [ Homebrew FAQ ] : https://docs.brew.sh/FAQ
0 commit comments