From 283bcbc6732c0f612a5f93c6d418652cd7f61600 Mon Sep 17 00:00:00 2001 From: Jacob Curley Date: Wed, 6 May 2026 14:32:22 -0500 Subject: [PATCH 1/2] Update devpod.md Add the latest instructions for OrbStack --- docs/devpod.md | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/docs/devpod.md b/docs/devpod.md index 2a8d6cb..13d42a3 100644 --- a/docs/devpod.md +++ b/docs/devpod.md @@ -37,15 +37,11 @@ The workspace uses the external image referenced there, which is expected to pro ```bash uv run pytest ``` -10. Run the CLI app - ```bash - uv run ap-python-starter-kit - ``` -11. (Optional) Run the GUI +10. (Optional) Run the GUI 1. [Set up access to the container's desktop](#ui-development-after-setup-is-complete) 2. Run ```bash - uv run ap-python-starter-kit --gui + uv run auto-quad-centering ``` ### Prerequisites @@ -59,14 +55,14 @@ The workspace uses the external image referenced there, which is expected to pro #### Mac -Mac users will require Docker to be installed. While Windows users can leverage Docker Engine to avoid licensing issues, Mac users will have to leverage an open-source alternative called [Colima](https://github.com/abiosoft/colima). +Mac users will require Docker to be installed. While Windows users can leverage Docker Engine to avoid licensing issues, Mac users will have to leverage an alternative called [OrbStack](https://orbstack.dev/). -1. Install Colima using [one of the provided methods](https://github.com/abiosoft/colima/blob/main/docs/INSTALL.md) -2. Start Colima using +1. [Install OrbStack](https://orbstack.dev/download) +2. Start OrbStack by opening the app, or run in a terminal: ```bash - colima start + orb start ``` -3. During DevPod setup, follow the instructions for using Docker as your provider. Colima will be substituted by DevPod automatically. +3. During DevPod setup, follow the instructions for using Docker as your provider. OrbStack will be substituted by DevPod automatically. #### Windows From 9ccf1e5ac667f83f38b536f398d7e54d39dec0b6 Mon Sep 17 00:00:00 2001 From: Jacob Curley Date: Wed, 6 May 2026 14:33:20 -0500 Subject: [PATCH 2/2] Update devpod.md --- docs/devpod.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/devpod.md b/docs/devpod.md index 13d42a3..de9b209 100644 --- a/docs/devpod.md +++ b/docs/devpod.md @@ -41,7 +41,7 @@ The workspace uses the external image referenced there, which is expected to pro 1. [Set up access to the container's desktop](#ui-development-after-setup-is-complete) 2. Run ```bash - uv run auto-quad-centering + uv run ap-python-starter-kit ``` ### Prerequisites