Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-11-03 03:08:51 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-11-03 03:08:51 +0300
commit5774fd89127bafc0e045a47b48d90ded94786418 (patch)
tree676990c027ebf650ddef8e8d639b05d9015b788c /doc/university/training
parenta97f1426db3f521d2fcf699fa106a2ca4eddb801 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/university/training')
-rw-r--r--doc/university/training/topics/env_setup.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/university/training/topics/env_setup.md b/doc/university/training/topics/env_setup.md
index 160c7bc8bdf..cbe2ce46be4 100644
--- a/doc/university/training/topics/env_setup.md
+++ b/doc/university/training/topics/env_setup.md
@@ -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