From 3aab29eacb2d35d90d93ed005b6fc825955b4d23 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Mon, 18 Sep 2023 12:10:56 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- doc/topics/git/how_to_install_git/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/topics') diff --git a/doc/topics/git/how_to_install_git/index.md b/doc/topics/git/how_to_install_git/index.md index 40c5147e20b..52e8e2e1259 100644 --- a/doc/topics/git/how_to_install_git/index.md +++ b/doc/topics/git/how_to_install_git/index.md @@ -34,16 +34,16 @@ Prerequisites: To install Git on macOS: -1. Open a terminal and install the XCode Command Line Tools: +1. Open a terminal and install Xcode Command Line Tools: ```shell xcode-select --install ``` - Alternatively, you can install the entire [XCode](https://developer.apple.com/xcode/) + Alternatively, you can install the entire [Xcode](https://developer.apple.com/xcode/) package through the macOS App Store. -1. Select **Install** to download and install XCode Command Line Tools. +1. Select **Install** to download and install Xcode Command Line Tools. 1. Install Homebrew according to the [official Homebrew installation instructions](https://brew.sh/index.html). 1. Install Git by running `brew install git` from your terminal. 1. In a terminal, verify that Git works on your computer: -- cgit v1.2.3