OSDN Git Service

Add dealing with newlines for editor in installation.md
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Sat, 3 Aug 2013 08:32:17 +0000 (11:32 +0300)
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Sat, 3 Aug 2013 08:32:17 +0000 (11:32 +0300)
doc/install/installation.md

index 5964044..2311b89 100644 (file)
@@ -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.