File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -83,12 +83,15 @@ first install the following tools.
83
83
84
84
{: .steps .chromeos-only}
85
85
86
- 1. <h3>Install the Xcode command-line tools </h3>
86
+ 1. <h3>Install git </h3>
87
87
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.**
90
90
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.
92
95
93
96
```console
94
97
$ xcode-select --install
You can’t perform that action at this time.
0 commit comments