Skip to content

v26.3.101

Choose a tag to compare

@github-actions github-actions released this 03 Mar 15:39
· 88 commits to main since this release

get-md 26.3.101

Fetch web pages with JS rendering and convert to Markdown.

Installation

Homebrew (macOS)

brew install owayo/get-md/get-md

Manual 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.101/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.101/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.