v26.3.102
get-md 26.3.102
Fetch web pages with JS rendering and convert to Markdown.
Installation
Homebrew (macOS)
brew install owayo/get-md/get-mdManual Download
Download the appropriate binary for your platform and add it to your PATH.
macOS (Apple Silicon)
curl -L https://github.com/owayo/get-md/releases/download/v26.3.102/get-md-aarch64-apple-darwin.tar.gz | tar xz
sudo mv get-md /usr/local/bin/macOS (Intel)
curl -L https://github.com/owayo/get-md/releases/download/v26.3.102/get-md-x86_64-apple-darwin.tar.gz | tar xz
sudo mv get-md /usr/local/bin/Windows
Download get-md-x86_64-pc-windows-msvc.zip, extract, and add to PATH.