add config details

This commit is contained in:
geekan 2024-02-18 12:21:20 +08:00
parent de8d75f15f
commit 1ab317c045

View file

@ -62,6 +62,7 @@ ### Pip installation
```bash
pip install metagpt
# configuration details: https://docs.deepwisdom.ai/main/en/guide/get_started/configuration.html
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
```