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