Skip to content

Commit 8ab9826

Browse files
sfshaza2parlough
andauthored
Tweak the quickstart guide for Mac (#12504)
Fixes #12355 --------- Co-authored-by: Parker Lougheed <[email protected]>
1 parent e63dba6 commit 8ab9826

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

src/content/get-started/quick.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,12 +83,15 @@ first install the following tools.
8383

8484
{: .steps .chromeos-only}
8585

86-
1. <h3>Install the Xcode command-line tools</h3>
86+
1. <h3>Install git</h3>
8787

88-
Download the Xcode command-line tools to get access to
89-
the command-line tools that Flutter relies on, including Git.
88+
**If you already have git installed, skip to the next
89+
step: Download and install Visual Studio Code.**
9090

91-
To download the tools, run the following command in your preferred terminal:
91+
There are a few ways to install git on your Mac,
92+
but the way we recommend is by using XCode.
93+
This will be important when you target your
94+
builds for iOS or macOS.
9295

9396
```console
9497
$ xcode-select --install

0 commit comments

Comments
 (0)