v1.0
Release 1.0!
Po-util is handy script for installing and using the Particle Toolchain on Ubuntu-based distros and OSX.
It downloads and installs: dfu-util, nodejs, gcc-arm-embedded, particle-cli, and the Particle Firmware source code. Information about po-util can be found on my website. https://nrobinson2000.github.io/po-util/
How to Install:
Quick method:
Run the command below in terminal to download and run the po-util installer script from GitHub and install po-util on your computer with the default options.
curl -fsSL bit.ly/install-po-util-stable | bash
Alternative method:
- Download the
po-util.sh
binary yourself. Move it to your home folder. - Make it executable with
chmod +x po-util.sh
. - Add an alias to it in your
.bashrc
,alias po="~/po-util.sh"