From a9edc1aaf0c7e76ed94d855a4df49e9903462740 Mon Sep 17 00:00:00 2001 From: Dillon DuPont Date: Fri, 9 May 2025 10:39:29 -0400 Subject: [PATCH] revised readme --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d09b385f..b936cd0a 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,15 @@ This script will: Lume CLI manages high-performance macOS/Linux VMs with near-native speed on Apple Silicon. -### Step 2: Install Python SDK +### Step 2: Pull the macOS CUA Image + +```bash +lume pull macos-sequoia-cua:latest +``` + +The macOS image contains the default Mac apps and the Computer Server for seamless interaction. + +### Step 3: Install Python SDK ```bash pip install cua-computer "cua-agent[all]" @@ -57,7 +65,7 @@ pip install cua-computer "cua-agent[all]" Alternatively, see the [Developer Guide](./docs/Developer-Guide.md) for building from source. -### Step 3: Use in Your Code +### Step 4: Use in Your Code ```python # Example: Using the Computer-Use Agent