Installation
Quick Install
curl -fsSL https://builder.opifex.org/install.sh | shTo install to a custom location:
PREFIX=~/.local curl -fsSL https://builder.opifex.org/install.sh | shInstall from source
git clone https://github.com/devOpifex/builder.git --depth 1
cd builder
sudo make installTo install to a custom location:
make install PREFIX=~/.localUninstall
Remove the binary:
sudo rm /usr/local/bin/builderOr if installed to a custom location:
rm ~/.local/bin/builder