Commit ce8c53db authored by Amy Qualls's avatar Amy Qualls

Merge branch 'avron-master-patch-50580' into 'master'

docs: Minor errors in git install instructions

See merge request gitlab-org/gitlab!46548
parents 1ed7e29d 3dadeda9
......@@ -14,7 +14,7 @@ comments: false
- Type '`git`' in the Terminal application.
- If it's not installed, it will prompt you to install it.
- **Linux** - Enter `which git` in the Terminal application and press <kbd>Enter</kbd> to
- **GNU/Linux** - Enter `which git` in the Terminal application and press <kbd>Enter</kbd> to
determine if Git is installed on your system.
- If the output of that command gives you the path to the Git executable, similar to
......@@ -32,8 +32,8 @@ comments: false
- **Debian/Ubuntu and their derivatives** - `sudo apt-get install git`
- **Gentoo** - `sudo emerge --ask --verbose dev-vcs/git`
- **openSUSE** - `sudo zypper install git`
- **FreeBSD** - `sudo pkg install git`
- **OpenBSD** - `doas pkg_add git`
- **FreeBSD** - `sudo pkg install git`
- **OpenBSD** - `doas pkg_add git`
## Configure Git
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment