diff options
author | Alex Yoder <alexyoder@gmail.com> | 2013-10-21 13:00:05 -0400 |
---|---|---|
committer | Alex Yoder <alexyoder@gmail.com> | 2013-10-21 13:00:05 -0400 |
commit | 08fd2b957da83e467c77db759f7964a94d26622e (patch) | |
tree | 8aefb8b62fd2e041e5637cfd371b47f7947834bc | |
parent | 1a923fe02eb3f1b8ec2caca7224682651f2b0bf0 (diff) | |
download | gitlab-ce-08fd2b957da83e467c77db759f7964a94d26622e.tar.gz |
change 6-1-stable to 6-2-stable
-rw-r--r-- | doc/install/installation.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md index d0be2325aac..c89ae57f710 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -153,10 +153,10 @@ To setup the MySQL/PostgreSQL database and dependencies please see [`doc/install cd /home/git/gitlab # Checkout to stable release - sudo -u git -H git checkout 6-1-stable + sudo -u git -H git checkout 6-2-stable **Note:** -You can change `6-1-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server! +You can change `6-2-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server! ## Configure it |