summaryrefslogtreecommitdiff
path: root/doc/development.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/development.md')
-rw-r--r--doc/development.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/development.md b/doc/development.md
index ef6a9b02757..179c708de53 100644
--- a/doc/development.md
+++ b/doc/development.md
@@ -8,9 +8,9 @@ Install the Gitlab development in a virtual machine with the [Gitlab Vagrant vir
### Start application in development mode
-#### 1. Via gitlab cli
+#### 1. Via foreman
- ./gitlab start
+ bundle exec foreman start -p 3000
#### 2. Manually