#!/bin/bash # Assume brew is installed # Install node.js required by mdpdf brew install npm # Install mdpdf globally npm install mdpdf -g