From f38101214668e958942b0ca68d9868e8bc69f5f1 Mon Sep 17 00:00:00 2001 From: Chris Rybicki Date: Mon, 9 Feb 2026 21:41:27 -0500 Subject: [PATCH] docs: simplify installation instructions to use go install Replace multi-step clone-and-build instructions with a single `go install github.com/DataDog/pup@latest` command. Co-Authored-By: Claude Opus 4.6 --- README.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/README.md b/README.md index 5898de4b..96dd9aed 100644 --- a/README.md +++ b/README.md @@ -157,15 +157,7 @@ See [docs/COMMANDS.md](docs/COMMANDS.md) for detailed command reference. ## Installation ```bash -# Clone the repository -git clone https://github.com/DataDog/pup.git -cd pup - -# Build -go build -o pup . - -# Install (optional) -go install +go install github.com/DataDog/pup@latest ``` ## Authentication