mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2024-11-27 12:05:34 +00:00
Updated Compile firmware (markdown)
parent
28b5c77a1d
commit
8f3485aee3
@ -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:
|
||||
|
||||
<img src="img/git_linefeed.png" width="600">
|
||||
|
||||
`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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user