Skip to content
This repository has been archived by the owner on Aug 18, 2021. It is now read-only.

Latest commit

 

History

History
24 lines (13 loc) · 436 Bytes

install.md

File metadata and controls

24 lines (13 loc) · 436 Bytes

Installation:

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"

Build as phar archive

Run the build command with composer composer build

After that you find the butler.phar on the project root.