diff --git a/README.rdoc b/README.rdoc
index 6192081ca..b00134dc0 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -13,20 +13,20 @@ want to answer them with a team of agents? You're going to love Zammad!
== Getting Started
1. Install Zammad on your system
- tar -xzvf zammad-1.0.1.tar.gz
+ shell>tar -xzvf zammad-1.0.1.tar.gz
2. Install all dependencies
- cd zammad
- bundle install
+ shell> cd zammad
+ shell> bundle install
3. Configure your databases (if needed)
4. Initialize your databse
- rake db:migrate
- rake db:seed
+ shell> rake db:migrate
+ shell> rake db:seed
-5. Change directory to zammad and start the web server:
- cd zammad; rails server
+5. Change directory to zammad (if needed) and start the web server:
+ shell> rails server
6. Go to http://localhost:3000/app#getting_started and you'll see:
"Welcome to Zammad!", there you need to create your admin