Installation

Quick Install

curl -fsSL https://builder.opifex.org/install.sh | sh

To install to a custom location:

PREFIX=~/.local curl -fsSL https://builder.opifex.org/install.sh | sh

Install from source

git clone https://github.com/devOpifex/builder.git --depth 1
cd builder
sudo make install

To install to a custom location:

make install PREFIX=~/.local

Uninstall

Remove the binary:

sudo rm /usr/local/bin/builder

Or if installed to a custom location:

rm ~/.local/bin/builder