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:

  1. Open Terminal.
  2. Execute the following command

    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install brotli using brew
    brew install brotli

brotli is ready to use now!