diff options
-rw-r--r-- | doc/update/5.1-to-6.0.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/update/5.1-to-6.0.md b/doc/update/5.1-to-6.0.md index 123b3326ead..36a9570eeaa 100644 --- a/doc/update/5.1-to-6.0.md +++ b/doc/update/5.1-to-6.0.md @@ -89,6 +89,9 @@ sudo -u git -H bundle exec rake cache:clear RAILS_ENV=production # Clear and precompile assets sudo -u git -H bundle exec rake assets:clean RAILS_ENV=production sudo -u git -H bundle exec rake assets:precompile RAILS_ENV=production + +#Add dealing with newlines for editor +sudo -u git -H git config --global core.autocrlf input ``` ## 6. Update config files |