Skip to content

Commit b7f79d7

Browse files
committed
fix bash example commands for using agents
1 parent e883bb0 commit b7f79d7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ Need help? Find us on Discord:
1010
Numerai is quickly developing open-source agent skills for you to use in the tournament. You can start architecting your very own AI scientist. For example:
1111

1212
```
13-
git clone github.com:numerai/example-scripts && cd example-scripts
14-
export NUMERAI_ID=<api key id> NUMERAI_SECRET=<api key secret>
13+
git clone git@github.com:numerai/example-scripts
14+
cd example-scripts && curl -sL http://numer.ai/install-mcp.sh | bash
1515
codex exec --yolo "find the best neural network architecture to predict target ender"
1616
```
1717

0 commit comments

Comments
 (0)