From 0001c7da605ef69e2e8d1300dd2909bc065f614e Mon Sep 17 00:00:00 2001 From: Fedor Korotkov Date: Tue, 7 Jul 2026 13:42:02 -0400 Subject: [PATCH] Update Homebrew install command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a2a6c82..ee7d3ed 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Orchard is an orchestration system for [Tart](https://github.com/cirruslabs/tart The fastest way to get started with Orchard is to use a local development mode: ```shell -brew install cirruslabs/cli/orchard +brew install openai/tools/orchard orchard dev ```