Newer
Older
Import / research / ui / toolkit / docs / tools / install_doc_tools.sh
@John John on 29 Dec 2020 142 bytes bulk import from macbookpro checkouts
#!/bin/bash

# Assume brew is installed

# Install node.js required by mdpdf
brew install npm

# Install mdpdf globally
npm install mdpdf -g