mirror of https://github.com/cirruslabs/tart.git
docs: install Tart tools from OpenAI tap
This commit is contained in:
parent
2c090ea4b2
commit
c121336dc0
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
```
|
||||
|
||||
|
|
|
|||
|
|
@ -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).
|
||||
|
|
|
|||
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue