Clone repository:
git clone [email protected]:freesh/butler.git ~/Butler
Composer install
composer install
Make butler file executable:
chmod +x ~/Butler/butler
Add alias to ~/.bashrc or ~/zshrc:
alias butler="php ~/Butler/butler"
Run the build command with composer
composer build
After that you find the butler.phar on the project root.