Skip to content
Snippets Groups Projects
Commit 2d681c0d authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Add dealing with newlines for editor in installation.md

parent d0d10992
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -196,6 +196,7 @@ You can change `5-3-stable` to `master` if you want the *bleeding edge* version,
# Edit user.email according to what is set in gitlab.yml
sudo -u git -H git config --global user.name "GitLab"
sudo -u git -H git config --global user.email "gitlab@localhost"
sudo -u git -H git config --global core.autocrlf input
 
**Important Note:**
Make sure to edit both `gitlab.yml` and `unicorn.rb` to match your setup.
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