Skip to content

Commit

Permalink
Update README.md (All-Hands-AI#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbren authored Mar 27, 2024
1 parent 9bc1890 commit 895ed00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export LLM_MODEL="claude-3-opus-20240229"
### Running on the Command Line
You can also run OpenDevin from your command line:
```
python opendevin/main.py -d ./workspace/ -i 100 -t "Write a bash script that prints 'hello world'"
PYTHONPATH=`pwd` python opendevin/main.py -d ./workspace/ -i 100 -t "Write a bash script that prints 'hello world'"
```

## 🤔 What is [Devin](https://www.cognition-labs.com/introducing-devin)?
Expand Down

0 comments on commit 895ed00

Please sign in to comment.