How to Install briss on Mac using brew
Package Information:
Name: briss
Use: briss aims to offer a simple cross-platform (Linux, Windows, Mac OSX) application for cropping PDF files.
URL: https://briss.sourceforge.io/
Installation Steps:
- Open Terminal by hitting
<command+space>
. Type terminal and hitEnter
key. - Now, run
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install briss using brew
brew install briss
briss is ready to use now!