Skip to content
Snippets Groups Projects
Commit 268abf5f authored by Sytse Sijbrandij's avatar Sytse Sijbrandij
Browse files

Ensure that the requirements are split in pre-installation and dependencies.

parent d7a4a41f
No related branches found
No related tags found
1 merge request!13Requirements clear in readme
Loading
Loading
@@ -19,9 +19,11 @@ the GitLab development and test environments.
 
## Installation
 
### Requirements
### Pre-installation
 
Install Ruby 2.1 and Bundler with your method of choice (RVM, ruby-build, rbenv, chruby, etc.).
Ensure you have installed Ruby 2.1 and Bundler with your method of choice (RVM, ruby-build, rbenv, chruby, etc.).
### Install dependencies
 
#### OS X 10.9
 
Loading
Loading
@@ -45,7 +47,7 @@ TODO
 
TODO
 
### Repositories and gems
### Install the repositories and gems
 
The Makefile will clone the repositories, install the Gem bundles and set up
basic configuration files.
Loading
Loading
@@ -55,7 +57,7 @@ basic configuration files.
make
```
 
Alternatively, you can clone straight from your forked repositories.
Alternatively, you can clone straight from your forked repositories or GitLab EE.
 
```
# Clone your own forked repositories
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment