diff --git a/README.md b/README.md index fbf89db2..ca848aee 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,9 @@ It is assumed that you already have ROS2 and linorobot2 package installed. If yo ### 3. Install PlatformIO Download and install platformio. [Platformio](https://platformio.org/) allows you to develop, configure, and upload the firmware without the Arduino IDE. This means that you can upload the firmware remotely which is ideal on headless setup especially when all components have already been fixed. - python3 -c "$(curl -fsSL https://raw.githubusercontent.com/platformio/platformio/master/scripts/get-platformio.py)" - + curl -fsSL -o get-platformio.py https://raw.githubusercontent.com/platformio/platformio-core-installer/master/get-platformio.py + python3 get-platformio.py + Add platformio to your $PATH: echo "PATH=\"\$PATH:\$HOME/.platformio/penv/bin\"" >> $HOME/.bashrc