diff options
author | Mike Lewis <mlewis@gitlab.com> | 2018-12-07 20:37:26 +0000 |
---|---|---|
committer | Mike Lewis <mlewis@gitlab.com> | 2018-12-07 20:37:26 +0000 |
commit | ec3ae6c660a4f875d22a705d54ac670dae2aa940 (patch) | |
tree | bd9e5269979a336e1f11c1043858387db6e02ebe | |
parent | 6de02d7909d98844a8afd6df723564fba112790d (diff) | |
download | gitlab-ce-ec3ae6c660a4f875d22a705d54ac670dae2aa940.tar.gz |
'of installing' -> 'for installing'
-rw-r--r-- | doc/install/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/README.md b/doc/install/README.md index 9f630220705..ae48306e65e 100644 --- a/doc/install/README.md +++ b/doc/install/README.md @@ -14,7 +14,7 @@ There are many ways you can install GitLab depending on your platform: 1. **Omnibus Gitlab**: The official deb/rpm packages that contain a bundle of GitLab and the various components it depends on like PostgreSQL, Redis, Sidekiq, etc. -1. **GitLab Helm chart**: The cloud native Helm chart of installing GitLab and all +1. **GitLab Helm chart**: The cloud native Helm chart for installing GitLab and all its components on Kubernetes. 1. **Docker**: The Omnibus GitLab packages dockerized. 1. **Source**: Install GitLab and all its components from scratch. |