summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-10-22 12:09:12 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2021-10-22 12:09:12 +0000
commitfaec73b0fe1b2f19646363e4359f302fc1b9414c (patch)
tree09e887c8737a516926917fc0c0e8b675bf6fcac4 /README.md
parente9a834ee298801dec92de77783fffa0cea9deb34 (diff)
downloadgitlab-ce-faec73b0fe1b2f19646363e4359f302fc1b9414c.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f5ec329cd9e..64f19939ec2 100644
--- a/README.md
+++ b/README.md
@@ -71,7 +71,7 @@ To work on GitLab itself, we recommend setting up your development environment w
If you do not use the GitLab Development Kit you need to install and configure all the dependencies yourself, this is a lot of work and error prone.
One small thing you also have to do when installing it yourself is to copy the example development Puma configuration file:
- cp config/puma.rb.example.development config/puma.rb
+ cp config/puma.example.development.rb config/puma.rb
Instructions on how to start GitLab and how to run the tests can be found in the [getting started section of the GitLab Development Kit](https://gitlab.com/gitlab-org/gitlab-development-kit#getting-started).