Installation
The quickest way to get started on Linux and macOS is the one-line installer:
curl -sL https://ela.st/docs-builder-install | sh
On Windows, run this in PowerShell:
iex (New-Object System.Net.WebClient).DownloadString('https://ela.st/docs-builder-install-win')
Both scripts download the latest release binary and add it to your system PATH.
Download the binary directly from the Releases page, extract it, and place it somewhere on your PATH.
You need .NET 10 installed.
git clone https://github.com/elastic/docs-builder
cd docs-builder
./build.sh publishbinaries
The compiled binary is written to .artifacts/publish/docs-builder/release/docs-builder.
docs-builder --version