Commit a73e5e5bd7bc48e0c41a864d3ef88d6eb429fad8

Authored by Kay Strobach
1 parent 1802891a

Documentation for #51 build.md

Showing 1 changed file with 5 additions and 2 deletions   Show diff stats
doc/build.md
... ... @@ -30,6 +30,10 @@ bundle install --path .bundle --binstubs
30 30 bin/omnibus build project gitlab
31 31 ```
32 32  
  33 +## Debian 7.4
  34 +
  35 +the steps to build gitlab with omnibus on Debian 7.4 are equal to the ones to build on Ubuntu 12.04
  36 +
33 37 ## Centos 6.5
34 38  
35 39 ```shell
... ... @@ -151,5 +155,4 @@ $ vagrant up PLATFORM
151 155 ```
152 156  
153 157 The complete list of valid platform names can be viewed with the
154   -`vagrant status` command.
155   -
  158 +`vagrant status` command.
156 159 \ No newline at end of file
... ...