Skip to content

Commit 31bcd6c

Browse files
authored
feat(codex): add platform-specific install commands to dot.yaml (#238)
1 parent d9e3823 commit 31bcd6c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

codex/dot.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
windows:
2+
installs: false
3+
4+
linux|darwin:
5+
installs: pnpm i -g @openai/codex

0 commit comments

Comments
 (0)