From f63a4032f3575fe537d6d422f98d74a0f44a33c7 Mon Sep 17 00:00:00 2001 From: f-trycua Date: Tue, 6 May 2025 23:07:19 -0700 Subject: [PATCH] Remove redundant details README --- libs/lumier/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/lumier/README.md b/libs/lumier/README.md index 9e1c08e0..ffdb4c5f 100644 --- a/libs/lumier/README.md +++ b/libs/lumier/README.md @@ -29,9 +29,9 @@ macOS and Linux virtual machines in a Docker container. Before using Lumier, make sure you have: -1. **Docker for Apple Silicon** - If you're not familiar with Docker, it's a platform that packages applications with their dependencies. Download it [here](https://desktop.docker.com/mac/main/arm64/Docker.dmg) and follow the installation instructions. +1. **Docker for Apple Silicon** - download it [here](https://desktop.docker.com/mac/main/arm64/Docker.dmg) and follow the installation instructions. -2. **Lume** - This is the virtualization engine that powers Lumier. Install it with this command: +2. **Lume** - This is the virtualization CLI that powers Lumier. Install it with this command: ```bash /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/trycua/cua/main/libs/lume/scripts/install.sh)" ``` @@ -40,7 +40,7 @@ After installation, Lume runs as a background service and listens on port 3000. ## How It Works -> **Note:** We're using Docker primarily as a convenient delivery mechanism, not as an isolation layer. Unlike traditional Docker containers, Lumier leverages the Apple Virtualization Framework (Vz) through the `lume` CLI to create true virtual machines. +> **Note:** We're using Docker primarily as a convenient delivery mechanism, not as an isolation layer. Unlike traditional Docker containers, Lumier leverages the Apple Virtualization Framework (Apple Vz) through the `lume` CLI to create true virtual machines. Here's what's happening behind the scenes: