We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65cbb7d commit 68fa272Copy full SHA for 68fa272
install/centos/README.md
@@ -1,6 +1,6 @@
1
```
2
Distribution : CentOS 6.5
3
-GitLab version : 6.0 - 6.3
+GitLab version : 6.0 - 6.4
4
Web Server : Apache, Nginx
5
Init system : sysvinit
6
Database : MySQL, PostgreSQL
@@ -357,9 +357,9 @@ We'll install GitLab into home directory of the user `git`:
357
cd /home/git/gitlab
358
359
# Checkout to stable release
360
- git checkout 6-3-stable
+ git checkout 6-4-stable
361
362
-**Note:** You can change `6-3-stable` to `master` if you want the *bleeding edge* version, but
+**Note:** You can change `6-4-stable` to `master` if you want the *bleeding edge* version, but
363
do so with caution!
364
365
### Configure it
0 commit comments