diff options
author | Ariejan de Vroom <ariejan@ariejan.net> | 2012-03-08 00:45:23 -0800 |
---|---|---|
committer | Ariejan de Vroom <ariejan@ariejan.net> | 2012-03-08 00:45:23 -0800 |
commit | 748653beb08d1378b84e87fa9235fa3278ccc890 (patch) | |
tree | 571bfa6c4b25db57ea29692584462edc16268db1 | |
parent | d4ebde937804727040faaabb69422b3763d247a8 (diff) | |
parent | 4a05890c4c2d5ad4710000d0319212365eab6864 (diff) | |
download | gitlab-ce-748653beb08d1378b84e87fa9235fa3278ccc890.tar.gz |
Merge pull request #530 from yvmarques/patch-1
Changed the read to reflect the needed of mysql
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index b9e733f17aa..a05f755befe 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ GitLab is a free project and repository management application ## Requirements * ruby 1.9.2 -* sqlite +* mysql * git * gitolite * redis |