FreeRTOS / Lab-Project-FreeRTOS-LoRaWAN

Reference implementation of LoRaWAN connectivity on FreeRTOS.
MIT License
52 stars 22 forks source link

Update installation instructions in README.md #5

Closed omrisarig13 closed 3 years ago

omrisarig13 commented 3 years ago

The installation instructions in README.md did not work on windows systems - there were whitespace differences in the code that caused the git apply command to not work.

The fix was done by changing the git command to include whitespace option as fix, which causes the installation to work on Windows systems and doesn't affect the installation in Posix systems.

Fixes #4