From c882d882a6506039bf0f2e4c3a673eb30ae9e58d Mon Sep 17 00:00:00 2001 From: Azul Date: Mon, 8 Oct 2012 09:18:35 +0200 Subject: minor: markdown improvements --- INSTALL.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'INSTALL.md') diff --git a/INSTALL.md b/INSTALL.md index 976a9a4..8466ddc 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -15,11 +15,11 @@ For now we are using ruby 1.8.7. The following packages need to be installed: ### Gems ### -We install most gems we depend upon through [bundler](http://gembundler.com). However the bundler gem needs to be installed and the '''bundle''' command needs to be available to the user used for deploy. +We install most gems we depend upon through [bundler](http://gembundler.com). However the bundler gem needs to be installed and the `bundle` command needs to be available to the user used for deploy. ### Bundler ### -Run '''bundle install''' to install all the required gems. +Run `bundle install` to install all the required gems. ## Setup ## @@ -31,5 +31,5 @@ We also ship provider information through the webapp. For now please add your ei ## Running ## -Run '''rails server''' or whatever rack server you prefer. +Run `rails server` or whatever rack server you prefer. -- cgit v1.2.3