diff --git a/Compile-firmware.md b/Compile-firmware.md index b1dbf0a..4c524c8 100644 --- a/Compile-firmware.md +++ b/Compile-firmware.md @@ -16,9 +16,12 @@ https://desktop.github.com/ If you are using Windows, line endings may produce some errors. For example: `'python/r' not found` messages are product of a problem with the line endings. To prevent this, configure git to not manipulate these line endings, open a terminal and execute: +`git config --global core.autocrlf false` + +You can also check the current configuration by omitting the `false` at the end of the command: + -`git config --global core.autocrlf false` Open Github Desktop, and click "Open with Github Desktop" from the main page of the repository, under the button "Code". Next, create a "build" folder inside of the repository.