diff options
author | Sytse Sijbrandij <sytses@gmail.com> | 2014-06-16 12:08:23 +0200 |
---|---|---|
committer | Sytse Sijbrandij <sytses@gmail.com> | 2014-06-16 12:08:23 +0200 |
commit | 4ea7b192d4de3b670829b817914f26c943cc286c (patch) | |
tree | c2ebf8338bace5bd032ca0dbb4886ccf8b4764a5 /README.md | |
parent | 9220e3ef18dfaa9fed0e016b667d1b8c862cc5df (diff) | |
download | gitlab-ce-4ea7b192d4de3b670829b817914f26c943cc286c.tar.gz |
Use same size headers. Add PullReview. Mention shell guide as created by us.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md index 152c3c0e2b9..07c5c61e939 100644 --- a/README.md +++ b/README.md @@ -83,13 +83,13 @@ or by directly calling the script: Please login with `root` / `5iveL!fe`. -### Install a development environment +## Install a development environment We recommend setting up your development environment with [the cookbook](https://gitlab.com/gitlab-org/cookbook-gitlab/blob/master/README.md#installation). If you do not use the cookbook you might need to copy the example development unicorn configuration file cp config/unicorn.rb.example.development config/unicorn.rb -### Run in development mode +## Run in development mode Start it with [Foreman](https://github.com/ddollar/foreman) |