From 535b99265006fdcdd108f74decc176628630c54b Mon Sep 17 00:00:00 2001 From: Roy Kaldung Date: Tue, 22 Jan 2013 21:18:40 +0100 Subject: [PATCH] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 811dabd3c..f5b0de58c 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Getting Started ``` root@shell> cd /opt/ - root@shell> tar -xzvf zammad-1.0.1.tar.gz + root@shell> tar -xzf zammad-1.0.1.tar.gz root@shell> useradd zammad zammad@shell> su - zammad ``` @@ -26,16 +26,17 @@ Getting Started ``` zammad@shell> cd zammad - zammad@shell> sudo gem install rails + zammad@shell> gem install rails zammad@shell> vi Gemfile # enable libv8, execjs and therubyracer if needed! zammad@shell> sudo bundle install ``` -3. Configure your databases (if needed) +3. Configure your databases ``` + zammad@shell> cp config/database.yml.dist config/database.yml zammad@shell> vi config/database.yml -```` +``` 4. Initialize your database