From 93a96bbe4ff5af329d05850828af4c741cde5e36 Mon Sep 17 00:00:00 2001 From: AJ Frio Date: Fri, 14 Aug 2026 12:47:42 -0600 Subject: [PATCH] Tell readers they can paste the AGENT_SETUP.md URL into an agent. Co-Authored-By: Claude Opus 4.8 Co-authored-by: Cursor --- README.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 79fd42c..eb1bc7f 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,18 @@ Python library for the [Bild External API](https://bildexternalapi.portledocs.co > This repo is currently intended to be used from source (not published to PyPI yet). -To have an agent install this for you, give it [AGENT_SETUP.md](AGENT_SETUP.md). -It will ask for a Bild JWT, install the library, call `BildClient.verify()`, -and show you the return value. +## Agent setup -## 1) Clone and set up +Paste this URL into your agent. It will ask for a Bild JWT, install the +library, call `BildClient.verify()`, and show you the return value. + +```text +https://github.com/AJFrio/Bild-Python/blob/main/AGENT_SETUP.md +``` + +Or hand it the file in this repo: [AGENT_SETUP.md](AGENT_SETUP.md). + +## 1) Clone and set up (manual) ```bash git clone https://github.com/AJFrio/Bild-Python.git