From 31e8a4aaddf2e673fea83875727c86cc81ee4735 Mon Sep 17 00:00:00 2001 From: MayoLars Date: Tue, 3 Mar 2026 14:56:39 +0100 Subject: [PATCH] Add instruction to install Aspire Aspire was missing from the codespaces and needed to be installed first --- challenge-4/README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/challenge-4/README.md b/challenge-4/README.md index 66f1a7e..ebb7768 100644 --- a/challenge-4/README.md +++ b/challenge-4/README.md @@ -83,9 +83,15 @@ Set the following environment variables (for example via a `.env` file in `chall - `AZURE_AI_PROJECT_ENDPOINT` – your Foundry project endpoint -### Task 2: Start Aspire +### Task 2: Install & Start Aspire -From the repo root: +Install Aspire with bash: + +```bash +curl -sSL https://aspire.dev/install.sh -o aspire-install.sh +``` + +Then start from the repo root: ```bash cd challenge-4/agent-workflow