@@ -24,18 +24,20 @@ than treating one umbrella survey as a substitute for studying the lab.
2424The simplest learner experience uses ** Codex in the ChatGPT desktop app** . Open
2525Codex, start a local coding workspace, and paste this prompt:
2626
27- > Install and launch explorables from
28- > https://github.com/Doppp/explorables .
29- >
30- > Create a new ` explorables ` folder in my Documents folder. If that folder
31- > already exists, do not overwrite it; ask me what to do. Clone the repository
32- > using HTTPS, read its ` AGENTS.md ` , and follow its instructions. Check for
33- > Node.js 24 and pnpm 11, but ask before installing or changing system
34- > software. Install the locked dependencies with `pnpm install
35- > --frozen-lockfile` , run ` pnpm course`, and open the printed local course
36- > library. Help me choose a course, then read that course's ` AGENTS.md ` and
37- > follow its tutoring policy. Ask me to predict, let me attempt exercises, run
38- > tests, and give the smallest useful hint before showing more.
27+ ``` bash
28+ Install and launch explorables from
29+ https://github.com/Doppp/explorables.
30+
31+ Create a new ` explorables` folder in my Documents folder. If that folder
32+ already exists, do not overwrite it; ask me what to do. Clone the repository
33+ using HTTPS, read its ` AGENTS.md` , and follow its instructions. Check for
34+ Node.js 24 and pnpm 11, but ask before installing or changing system
35+ software. Install the locked dependencies with ` pnpm install
36+ --frozen-lockfile` , run ` pnpm course` , and open the printed local course
37+ library. Help me choose a course, then read that course' s `AGENTS.md` and
38+ follow its tutoring policy. Ask me to predict, let me attempt exercises, run
39+ tests, and give the smallest useful hint before showing more.
40+ ```
3941
4042Codex will ask for permission before running some commands or accessing a
4143folder. Review and approve the actions needed to clone the public repository,
0 commit comments