Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions challenge-4/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down