diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-03-06 07:37:07 -0800 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-03-06 07:37:07 -0800 |
commit | 0384ef46b8839e7d9824473952e82ec62f72081a (patch) | |
tree | 67d0619217dce9e9a31cfcb38f0c45279591d316 | |
parent | 4c1538a9465304acc22502f12199d2e2b360cb81 (diff) | |
parent | 4db5ec281ecfa12cfe24b97c06f56f02b709c90d (diff) | |
download | gitlab-ce-0384ef46b8839e7d9824473952e82ec62f72081a.tar.gz |
Merge pull request #3157 from cabello/patch-1
Update README with references to versions.
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md index 02b4722f4be..7345ea77a52 100644 --- a/README.md +++ b/README.md @@ -45,11 +45,11 @@ ### Installation -You can either follow the "ordinary" Installation guide to install it on a machine or use the Vagrant virtual machine. The Installation guide is recommended to set up a production server. The Vargrant virtual machine is recommended for development since it makes it much easier to set up all the dependencies for integration testing. +You can either follow the "ordinary" Installation guide to install it on a machine or use the Vagrant virtual machine. The Installation guide is recommended to set up a production server. The Vagrant virtual machine is recommended for development since it makes it much easier to set up all the dependencies for integration testing. -* [Installation guide for latest stable release](https://github.com/gitlabhq/gitlabhq/blob/4-2-stable/doc/install/installation.md) +* [Installation guide for latest stable release (4.2)](https://github.com/gitlabhq/gitlabhq/blob/4-2-stable/doc/install/installation.md) -* [Installation guide for the current master branch](https://github.com/gitlabhq/gitlabhq/blob/master/doc/install/installation.md) +* [Installation guide for the current master branch (5.0)](https://github.com/gitlabhq/gitlabhq/blob/master/doc/install/installation.md) * [Vagrant virtual machine](https://github.com/gitlabhq/gitlab-vagrant-vm) |