Update learner working-dir path to ~/ai-workflow-course after rename (#73)
Sync course wiki / sync-wiki (push) Has been cancelled
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:
@@ -153,7 +153,7 @@ and your AI assistant.
|
||||
1. In your project folder, initialize the repo and make the first commit:
|
||||
|
||||
```bash
|
||||
cd ~/workflow-course/tasks-app
|
||||
cd ~/ai-workflow-course/tasks-app
|
||||
git init -b main # start the repo with its first branch named "main" (Git 2.28+)
|
||||
git status # everything shows as "untracked" — Git sees the files but isn't saving them yet
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user