From 1ab317c045eae206db3720b51e1a5a503abc178b Mon Sep 17 00:00:00 2001 From: geekan Date: Sun, 18 Feb 2024 12:21:20 +0800 Subject: [PATCH] add config details --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f4b04a5fd..96de349ab 100644 --- a/README.md +++ b/README.md @@ -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 ```