Installation
how to install preen.
Homebrew
brew tap preendata/preen
brew install preenDownload binary
# Using curl
sh -c "$(curl -fsSL https://raw.githubusercontent.com/preendata/preen/main/build/install.sh)"# Using wget
sh -c "$(wget https://raw.githubusercontent.com/preendata/preen/main/build/install.sh -O -)"Build from source
git clone https://github.com/preendata/preen.git
cd preen
make buildValidation
Last updated