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.phar
chmod +x robo.phar && sudo mv robo.phar /usr/local/bin/robo
Next, add an alias to your .bash_profile so you can just use robo
open ~/.bash_profile
alias robo='/usr/local/bin/robo'
source ~/.bash_profile
To update robo, just use the command:
robo self:update