summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorAzul <azul@leap.se>2012-10-08 09:18:35 +0200
committerAzul <azul@leap.se>2012-10-08 09:18:35 +0200
commitc882d882a6506039bf0f2e4c3a673eb30ae9e58d (patch)
tree36949591c58225891c9f7d9ace5a9c3419e193f3 /INSTALL.md
parent44c06bea22d2824037a7bd3b08ddf0a4c7c9116b (diff)
minor: markdown improvements
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md6
1 files changed, 3 insertions, 3 deletions
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.