diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-10-27 06:58:52 -0700 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-10-27 06:58:52 -0700 |
commit | 0fa3f37dea09d99864a814420056ab4fe5bb61bb (patch) | |
tree | 7c2d6fd9ccf52b8900bf929868994a12d9c169c5 | |
parent | 235a6182ace5d004be0808935fb29d3ec99b0e38 (diff) | |
parent | 056060f94bf260f4f6729565373b15f2bbf843ab (diff) | |
download | gitlab-ce-0fa3f37dea09d99864a814420056ab4fe5bb61bb.tar.gz |
Merge pull request #5448 from flewid/patch-1
Update installation.md
-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 a4b88f0ce4d..a63b7d725bb 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -180,10 +180,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 |