diff --git a/README.md b/README.md index dcc56caf8..6a78a6c55 100644 --- a/README.md +++ b/README.md @@ -54,8 +54,8 @@ # Step 2: Clone the repository to your local machine for latest version, and ins # Step 3: setup your OPENAI_API_KEY, or make sure it existed in the env mkdir ~/.metagpt -cp config/config.yaml ~/.metagpt/key.yaml -vim ~/.metagpt/key.yaml +cp config/config.yaml ~/.metagpt/config.yaml +vim ~/.metagpt/config.yaml # Step 4: run metagpt cli metagpt "Create a 2048 game in python"