tuning details

This commit is contained in:
geekan 2024-02-18 11:31:53 +08:00
parent edeb793e2f
commit 8c24c97a53
3 changed files with 6 additions and 6 deletions

View file

@ -62,7 +62,7 @@ ### Pip installation
```bash
pip install metagpt
metagpt --init-config # create ~/.metagpt/config2.yaml, modify it to your own config
metagpt --init-config # it will create ~/.metagpt/config2.yaml, just modify it to your needs
metagpt "Create a 2048 game" # this will create a repo in ./workspace
```