summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-03-03 18:21:36 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-03-03 18:21:36 +0200
commit06807885cf6095517f8d128f0d870f1f81837784 (patch)
tree6a6c34ec523286058f76f53c2a75888c861020fd /README.md
parentbb7490771e0e19ed28cef7d20ed6f70650d3a78b (diff)
downloadgitlab-ce-06807885cf6095517f8d128f0d870f1f81837784.tar.gz
fix readme code nesting
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index 847bccb0577..f2a45ac7d65 100644
--- a/README.md
+++ b/README.md
@@ -57,20 +57,20 @@ You can either follow the "ordinary" Installation guide to install it on a machi
1. The Installation guide contains instructions to download an init script and run that on boot. With the init script you can also start GitLab with:
- sudo service gitlab start
+ sudo service gitlab start
-or
+ or
- sudo /etc/init.d/gitlab restart
+ sudo /etc/init.d/gitlab restart
2. Start it with [Foreman](https://github.com/ddollar/foreman) in development model
- bundle exec foreman start -p 3000
+ bundle exec foreman start -p 3000
3. Start it manually in development mode
- bundle exec rails s
- bundle exec rake sidekiq:start
+ bundle exec rails s
+ bundle exec rake sidekiq:start
### Running the tests