From dbcc72d7b4a8896f521e5a42f30f845e9fab61c0 Mon Sep 17 00:00:00 2001 From: Yannick Roy Date: Mon, 24 Apr 2023 06:44:17 -0500 Subject: [PATCH] Update README.md with project/folder name change. Update README.md with project/folder name change in the demo script. (git clone now creates a folder "TaskMatrix" as per the new project name) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac763f9c..980eb9b0 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ By leveraging **both general and deep knowledge**, we aim at building an AI that git clone https://github.com/microsoft/TaskMatrix.git # Go to directory -cd visual-chatgpt +cd TaskMatrix # create a new environment conda create -n visgpt python=3.8