Update learner working-dir path to ~/ai-workflow-course after rename (#73)
Sync course wiki / sync-wiki (push) Has been cancelled

Co-authored-by: claude <claude@jpaul.io>
Co-committed-by: claude <claude@jpaul.io>
This commit was merged in pull request #73.
This commit is contained in:
2026-06-22 18:54:23 -04:00
committed by Claude (agent)
parent 3c1c94fb1a
commit a3ff56e570
20 changed files with 52 additions and 52 deletions
+3 -3
View File
@@ -151,7 +151,7 @@ beyond a web browser:
1. Open the course's home page — **`https://git.jpaul.io/justin/ai-workflow-course`** — and use its
**Download ZIP** (archive) link.
2. Unzip it under your home directory so the course's `modules/` folder lands at
`~/workflow-course/modules/`. (Rename the unzipped folder to `workflow-course` if your download
`~/ai-workflow-course/modules/`. (Rename the unzipped folder to `ai-workflow-course` if your download
named it something else.)
You now have every module's files locally, including this one's under
@@ -168,8 +168,8 @@ You now have every module's files locally, including this one's under
1. Make a working directory and copy in the starter app from this module's `lab/starter/` folder:
```bash
mkdir -p ~/workflow-course/tasks-app
cd ~/workflow-course/tasks-app
mkdir -p ~/ai-workflow-course/tasks-app
cd ~/ai-workflow-course/tasks-app
# copy the three files from modules/01-the-copy-paste-problem/lab/starter/ into here:
# tasks.py cli.py README.md
```