diff --git a/README.md b/README.md index 67cbbd9..951d8f3 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Many companies are using Tart in their internal setups. Here are just a few of t Try running a Tart VM on your Apple Silicon device running macOS 13.0 (Ventura) or later (will download a 25 GB image): ```bash -brew install cirruslabs/cli/tart +brew install openai/tools/tart tart clone ghcr.io/cirruslabs/macos-tahoe-base:latest tahoe-base tart run tahoe-base ``` diff --git a/docs/orchard/deploying-workers.md b/docs/orchard/deploying-workers.md index 5d5fa84..74fa9ea 100644 --- a/docs/orchard/deploying-workers.md +++ b/docs/orchard/deploying-workers.md @@ -31,7 +31,7 @@ In this deployment method, we'll create a new job definition file for the launch To begin, first install Orchard: ```shell -brew install cirruslabs/cli/orchard +brew install openai/tools/orchard ``` Ensure that the following command: diff --git a/docs/orchard/quick-start.md b/docs/orchard/quick-start.md index 7d02c47..cc8c232 100644 --- a/docs/orchard/quick-start.md +++ b/docs/orchard/quick-start.md @@ -9,7 +9,7 @@ or [through the API](integration-guide.md). The easiest way to start is to run Orchard in local development mode: ```shell -brew install cirruslabs/cli/orchard +brew install openai/tools/orchard orchard dev ``` diff --git a/docs/orchard/using-orchard-cli.md b/docs/orchard/using-orchard-cli.md index 8f2a8ce..c3a1d63 100644 --- a/docs/orchard/using-orchard-cli.md +++ b/docs/orchard/using-orchard-cli.md @@ -3,7 +3,7 @@ The easiest way to install Orchard CLI is through the [Homebrew](https://brew.sh/): ```shell -brew install cirruslabs/cli/orchard +brew install openai/tools/orchard ``` Binaries and packages for other architectures can be found in [GitHub Releases](https://github.com/openai/orchard/releases). diff --git a/docs/quick-start.md b/docs/quick-start.md index ac33666..eeed28a 100644 --- a/docs/quick-start.md +++ b/docs/quick-start.md @@ -8,7 +8,7 @@ description: Install Tart and run your first virtual machine on Apple Silicon in Try running a Tart VM on your Apple Silicon device running macOS 13.0 (Ventura) or later (will download a 25 GB image): ```bash -brew install cirruslabs/cli/tart +brew install openai/tools/tart tart clone ghcr.io/cirruslabs/macos-tahoe-base:latest tahoe-base tart run tahoe-base ```