From a182f027c5ca437e4fc920347a405c0cd5eb46c8 Mon Sep 17 00:00:00 2001 From: Hemang Sarkar Date: Wed, 12 Feb 2025 09:24:51 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 453f79d..b60b4e6 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,11 @@ To integrate the Proxy with your AI agent, you’ll need to modify how your clie # Make API requests to Anthropic using the client as usual. ### Run +```bash ./run.sh up +``` ### Run tests +```bash ./run.sh tests +```