Skip to content

Commit f0b807f

Browse files
authored
Update README.md prompt
1 parent 42fd957 commit f0b807f

1 file changed

Lines changed: 14 additions & 12 deletions

File tree

README.md

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,20 @@ than treating one umbrella survey as a substitute for studying the lab.
2424
The simplest learner experience uses **Codex in the ChatGPT desktop app**. Open
2525
Codex, 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
4042
Codex will ask for permission before running some commands or accessing a
4143
folder. Review and approve the actions needed to clone the public repository,

0 commit comments

Comments
 (0)