add config details

This commit is contained in:
geekan 2024-02-18 12:22:03 +08:00
parent 1ab317c045
commit 54d2a718ed

View file

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