Commit 06807885cf6095517f8d128f0d870f1f81837784

Authored by Dmitriy Zaporozhets
1 parent bb749077

fix readme code nesting

Showing 1 changed file with 6 additions and 6 deletions   Show diff stats
README.md
... ... @@ -57,20 +57,20 @@ You can either follow the "ordinary" Installation guide to install it on a machi
57 57  
58 58 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:
59 59  
60   - sudo service gitlab start
  60 + sudo service gitlab start
61 61  
62   -or
  62 + or
63 63  
64   - sudo /etc/init.d/gitlab restart
  64 + sudo /etc/init.d/gitlab restart
65 65  
66 66 2. Start it with [Foreman](https://github.com/ddollar/foreman) in development model
67 67  
68   - bundle exec foreman start -p 3000
  68 + bundle exec foreman start -p 3000
69 69  
70 70 3. Start it manually in development mode
71 71  
72   - bundle exec rails s
73   - bundle exec rake sidekiq:start
  72 + bundle exec rails s
  73 + bundle exec rake sidekiq:start
74 74  
75 75 ### Running the tests
76 76  
... ...