-
Notifications
You must be signed in to change notification settings - Fork 1
Installation
Ravinder edited this page Aug 15, 2020
·
1 revision
composer require redchamps/butter
Add alias="<folder-path-where-butter-is-installed>/bin/butter"
to .bash_profile (for bash) or .zshrc (for zsh) depending on your shell (echo $SHELL)
composer global require redchamps/butter
Add export PATH="$PATH:$HOME/.composer/vendor/bin" to .bash_profile (for bash) or .zshrc (for zsh) depending on your shell (echo $SHELL)