Installing brotli on Mac using Brew
Package Information:
Name: brotli
Use: Brotli is a generic-purpose lossless compression algorithm that compresses data using a combination of a modern variant of the LZ77 algorithm.
URL: https://github.com/google/brotli
Installation Steps:
- Open Terminal.
- Execute the following command
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install brotli using brew
brew install brotli
brotli is ready to use now!