From 3dbcf7f45ec3629b82e30b06f641250c39591857 Mon Sep 17 00:00:00 2001 From: rkaldung Date: Mon, 11 Aug 2014 20:23:37 +0200 Subject: [PATCH] fixed needed rails version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e42ffcc81..5fa0db1c3 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Getting Started ``` zammad@shell> cd zammad - zammad@shell> gem install rails + zammad@shell> gem install rails --version '~> 3.2.0' zammad@shell> vi Gemfile # enable libv8, execjs and therubyracer if needed! zammad@shell> sudo bundle install ```