From: Fred Sundvik Date: Sat, 20 Aug 2016 16:11:22 +0000 (+0300) Subject: Add warning about line endings X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=2a5bdd81d45c5578fd84c0792e77af5991d2a4b8;p=qmk_firmware.git Add warning about line endings --- diff --git a/readme.md b/readme.md index 2a5354d7f..05c551109 100644 --- a/readme.md +++ b/readme.md @@ -63,6 +63,8 @@ Here are the steps **Note** From time to time, the dependencies might change, so just run `install_dependencies.sh` again if things are not working. +**Warning:** If you edit Makefiles or shell scripts, make sure you are using an editor that saves the files with Unix line endings. Otherwise the compilation might not work. + ### Windows (Vista and later) 1. If you have ever installed WinAVR, uninstall it.