Skip to content

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)

Installing globally

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)

Clone this wiki locally