linorobot / linorobot2_hardware

Apache License 2.0
92 stars 84 forks source link

Platformio install command stopped working #61

Closed Russ76 closed 8 months ago

Russ76 commented 10 months ago

The included command line for installing Platformio no longer works. Did they move things in their repo?

atticusrussell commented 10 months ago

@Russ76 I think PlatformIO may have changed their install script's url. Give this one a try and let me know how it works for you:

python3 -c "$(curl -fsSL https://raw.githubusercontent.com/platformio/platformio-core-installer/master/get-platformio.py)"

https://docs.platformio.org/en/latest/core/installation/methods/installer-script.html

If it works, would you want to submit a PR updating the command in the README? If not, I would also be happy to.

atticusrussell commented 8 months ago

@Russ76 you mind closing this issue if appropriate? Pretty sure #66 resolved this.

Russ76 commented 8 months ago

Yes, I went to their web page and followed directions there! Thanks