Installing the Robo PHP Task Runner on Mac
cgr consolidation/robo
cgr update
First, download robo and move it to the correct directory
curl -o robo.phar http://robo.li/robo.pharchmod +x robo.phar && sudo mv robo.phar /usr/local/bin/roboNext, add an alias to your .bash_profile so you can just use robo
open ~/.bash_profilealias robo='/usr/local/bin/robo'source ~/.bash_profileTo update robo, just use the command:
robo self:update