From 65146a2eb6226c9aa52842f1c14396ebe9e2cc9e Mon Sep 17 00:00:00 2001 From: voidking Date: Thu, 13 Jul 2023 16:36:07 +0800 Subject: [PATCH] bugfix: docker image metagpt/metagpt:v0.1 -> metagpt/metagpt:v0.2 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d2057a4bb..8ade2339b 100644 --- a/README.md +++ b/README.md @@ -54,9 +54,9 @@ # Step 3: Clone the repository to your local machine, and install it. ### Installation by Docker ```bash # Step 1: Download metagpt official image and prepare config.yaml -docker pull metagpt/metagpt:v0.1 +docker pull metagpt/metagpt:v0.2 mkdir -p /opt/metagpt/{config,workspace} && chmod 777 -R /opt/metagpt -docker run --rm metagpt/metagpt:v0.1 cat /app/metagpt/config/config.yaml > /opt/metagpt/config/config.yaml +docker run --rm metagpt/metagpt:v0.2 cat /app/metagpt/config/config.yaml > /opt/metagpt/config/config.yaml vim /opt/metagpt/config/config.yaml # Change the config # Step 2: Run metagpt demo with container