joltwallet / esp_littlefs

LittleFS port for ESP-IDF
MIT License
254 stars 95 forks source link

Update README.md #167

Closed EvEggelen closed 8 months ago

EvEggelen commented 8 months ago

I added some minor changes to the README.md. Personally I think it is an improvement.

I noticed that you changed the command for running the menuconfig. If you use a standard install ( install Visual Studio Code, within Visual Studio code install PlatformIO extension. En then within PlatformIO install IDF framework) , pio is NOT put in the search path ( and triggers an advice to install it). IDF within PlatformIO has it quirks. So I recommend that you mention in the README.md that with a default install you need to use the following command in the terminal within PlatformIO: ~/.platformio/penv/bin/pio run -t menuconfig.

P.s. I assume the bumpversion also updates the README.md correct ( the branch version in the git command ). At least this is what I understand when looking at the config file.

EvEggelen commented 8 months ago

I need to include the new insights in the text.