eCrowneEng / ESP-SimHub

SimHub firwmare for ESP8266 and ESP32
49 stars 12 forks source link

Adds git install to readme "How To" and provides install URLs for all prerequisites #44

Closed TheAdamizer closed 6 months ago

TheAdamizer commented 6 months ago

What is this change

Just a simple improvement to the Readme that mentions Git as a prerequisite. I added installation URLs for Platformio and VSCode as well, just to try and make things as explicit as possible for people who might be new to any of this.

Details

Platformio does mention git being needed in their quick start instructions, however it seems like this might be easy to miss as we just had a user get stuck building the project as they didn't know they needed it.

Changes

ecoreng commented 6 months ago

Can you call out that GIT is required specifically pls?

TheAdamizer commented 6 months ago

Looks like this Fixes: #36