From caeefb43128a009b0c1f298ae66fcd69ed92a727 Mon Sep 17 00:00:00 2001 From: gautamraju Date: Mon, 24 Nov 2025 14:05:41 -0500 Subject: [PATCH] docs: Add setup verification section to ctr-example README Add a 'Verify Your Setup' section to help users check their environment before attempting to build and run the container example. This includes checking macOS version, Xcode version, Swift version, and hardware requirements. --- examples/ctr-example/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/examples/ctr-example/README.md b/examples/ctr-example/README.md index 9b339fc5..37905465 100644 --- a/examples/ctr-example/README.md +++ b/examples/ctr-example/README.md @@ -4,6 +4,20 @@ Very basic example of launching a Linux container using Containerization. ## Build and Run +### 0. Verify Your Setup + +Before building, ensure you have the required dependencies: + +- **macOS**: macOS 26 beta or later +- **Xcode**: Xcode 26 beta or later +- **Swift**: Apple Swift version 6.2 or later +- **Hardware**: Mac with Apple silicon + +You can verify your Swift version by running: +```bash +swift --version +``` + ### 1. Fetch Kernel In your terminal, change directories to examples/ctr-example and run: