earlephilhower / arduino-littlefs-upload

Build and uploads LittleFS filesystems for the Arduino-Pico RP2040, ESP8266, and ESP32 cores under Arduino IDE 2.2.1 or higher
MIT License
96 stars 9 forks source link

Update README.md #7

Closed candideu closed 7 months ago

candideu commented 7 months ago

Add installation path for Windows (https://github.com/earlephilhower/arduino-littlefs-upload/issues/6)

candideu commented 7 months ago

Thanks for adding this, but a couple issues:

* Please don't link to the github repo for the VSIX.  It may be rev'd and I try and only use the `releases` tab anyway for this since it's easier to locate and track.

* The current path is for Linux and Mac, not just Mac.

* The proper Windows dir isn't the app installation tree.  There's a per-user directory that it should be installed in, see https://github.com/arduino/arduino-ide/blob/main/docs/advanced-usage.md#installation

Thanks for your quick review, @earlephilhower! I made the corrections, as requested, and created a new commit. Let me know if I should change anything else. 🙂 This plugin has been a lifesaver. Thanks for creating and maintaining it!