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 /DEPLOY.md | |
parent | 44c06bea22d2824037a7bd3b08ddf0a4c7c9116b (diff) |
minor: markdown improvements
Diffstat (limited to 'DEPLOY.md')
-rw-r--r-- | DEPLOY.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -18,9 +18,9 @@ The following packages need to be installed: We use capistrano to deploy. We ship an example deploy.rb in config/deploy.rb.example. Edit it to match your needs. -run '''cap deploy:setup''' to create the directory structure. +run `cap deploy:setup` to create the directory structure. -run '''cap deploy''' to deploy to the server. +run `cap deploy` to deploy to the server. ## Customized Files ## |