diff options
author | Vinod Chandru <vinod.chandru@gmail.com> | 2013-03-24 20:23:02 -0700 |
---|---|---|
committer | Vinod Chandru <vinod.chandru@gmail.com> | 2013-03-24 20:23:02 -0700 |
commit | df46903dbe551f80c1eb36389efd73b529dc1e31 (patch) | |
tree | 885a932bb46692b3d01921659dcd0172d5b857d3 /doc/install | |
parent | 5f159d4bc09d4577bcfac02e71bdaf58d7007477 (diff) | |
download | gitlab-ce-df46903dbe551f80c1eb36389efd73b529dc1e31.tar.gz |
Fixing a minor typo in the installation docs
Diffstat (limited to 'doc/install')
-rw-r--r-- | doc/install/installation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md index df95b083784..fc73b36693e 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -1,6 +1,6 @@ This installation guide was created for Debian/Ubuntu and tested on it. Please read [`doc/install/requirements.md`](./requirements.md) for hardware and platform requirements. -This installation guide is recommended to set up a production server. If you want a development environment please use the [Vargrant virtual machine](https://github.com/gitlabhq/gitlab-vagrant-vm) since it makes it much easier to set up all the dependencies for integration testing. +This installation guide is recommended to set up a production server. If you want a development environment please use the [Vagrant virtual machine](https://github.com/gitlabhq/gitlab-vagrant-vm) since it makes it much easier to set up all the dependencies for integration testing. **Important Note:** The following steps have been known to work. |