summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-05-28 18:00:44 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-05-28 18:00:44 +0300
commit98cf0ae3384afa34a417766f46a7b3171dc40279 (patch)
tree0cf7132f13580f346e41760f0ed05e3ffbdb065a /README.md
parent07aa6e596318288edcd95bc327489f42021f275f (diff)
downloadgitlab-ce-98cf0ae3384afa34a417766f46a7b3171dc40279.tar.gz
Correct indentation in readme, fixed display of social accounts in profile
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/README.md b/README.md
index 2d8113c03b1..74bf3938eba 100644
--- a/README.md
+++ b/README.md
@@ -83,24 +83,24 @@ Each month on the 22nd a new version is released together with an upgrade guide.
### Run in production mode
- The Installation guide contains instructions on how to download an init script and run it automatically on boot. You can also start the init script manually:
+The Installation guide contains instructions on how to download an init script and run it automatically on boot. You can also start the init script manually:
- sudo service gitlab start
+ sudo service gitlab start
- or by directly calling the script
+or by directly calling the script
- sudo /etc/init.d/gitlab start
+ sudo /etc/init.d/gitlab start
### Run in development mode
Start it with [Foreman](https://github.com/ddollar/foreman)
- bundle exec foreman start -p 3000
+ bundle exec foreman start -p 3000
- or start each component separately
+or start each component separately
- bundle exec rails s
- bundle exec rake sidekiq:start
+ bundle exec rails s
+ bundle exec rake sidekiq:start
### Run the tests