Commit 443d2bd853219adda60fd59656c411239d78a887
1 parent
9e220e27
Exists in
master
and in
17 other branches
Fix typos
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
README.md
@@ -14,7 +14,7 @@ sudo dpkg -i gitlab-x.y.z.deb # this is the .deb you downloaded | @@ -14,7 +14,7 @@ sudo dpkg -i gitlab-x.y.z.deb # this is the .deb you downloaded | ||
14 | sudo gitlab-ctl reconfigure | 14 | sudo gitlab-ctl reconfigure |
15 | ``` | 15 | ``` |
16 | 16 | ||
17 | -### Centos 6.5 | 17 | +### CentOS 6.5 |
18 | 18 | ||
19 | ``` | 19 | ``` |
20 | sudo yum install openssh-server | 20 | sudo yum install openssh-server |
@@ -56,7 +56,7 @@ Omnibus-gitlab uses four different directories. | @@ -56,7 +56,7 @@ Omnibus-gitlab uses four different directories. | ||
56 | 56 | ||
57 | - `/opt/gitlab` holds application code for GitLab and its dependencies. | 57 | - `/opt/gitlab` holds application code for GitLab and its dependencies. |
58 | - `/var/opt/gitlab` holds application data and configuration files that | 58 | - `/var/opt/gitlab` holds application data and configuration files that |
59 | - `gitlab-ctl reconfigure` writes too. | 59 | + `gitlab-ctl reconfigure` writes to. |
60 | - `/etc/gitlab` holds configuration files for omnibus-gitlab. These are | 60 | - `/etc/gitlab` holds configuration files for omnibus-gitlab. These are |
61 | the only files that you should ever have to edit manually. | 61 | the only files that you should ever have to edit manually. |
62 | - `/var/log/gitlab` contains all log data generated by components of | 62 | - `/var/log/gitlab` contains all log data generated by components of |