From ca97b7998e2a00eaffdf3622f0934136f4799b51 Mon Sep 17 00:00:00 2001 From: sablin39 <1020030829@qq.com> Date: Sun, 9 Jul 2023 17:14:14 +0800 Subject: [PATCH] Fixed some typos --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa273ac88..26efcb517 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ ## Docker Setup To run the docker image, you can use the following command. ```bash -docker run docker run -it -v :/app/metagpt/config -v :/app/metagpt/workspace metagpt: +docker run -it -v :/app/metagpt/config -v :/app/metagpt/workspace metagpt: ``` This command mounts the config folder and workspace folder in the host machine, so the container can use the same comfiguration and store the works in the host machine. You should use absolute directory of these folders. The `command` is what you want to run, you can set it as `/bin/bash -c "cd metagpt && python startup.py "Write helloworld in python""` or just `/bin/bash` for interactive terminal.