diff options
author | Azul <azul@leap.se> | 2012-10-08 09:18:35 +0200 |
---|---|---|
committer | Azul <azul@leap.se> | 2012-10-08 09:18:35 +0200 |
commit | c882d882a6506039bf0f2e4c3a673eb30ae9e58d (patch) | |
tree | 36949591c58225891c9f7d9ace5a9c3419e193f3 /INSTALL.md | |
parent | 44c06bea22d2824037a7bd3b08ddf0a4c7c9116b (diff) |
minor: markdown improvements
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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. |