From b43e23bec4ceec8f5a03145df0b2fe69e5d8df56 Mon Sep 17 00:00:00 2001 From: Toran Bruce Richards Date: Tue, 28 Mar 2023 22:53:12 +0100 Subject: [PATCH] Update README.md Updates cd command to fit new repo name. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9015719d..801687bd 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ git clone https://github.com/Torantulino/auto-gpt.git 2. Navigate to the project directory: ``` -cd entrepreneur-gpt +$ cd 'auto-gpt/AutonomousAI' ``` 3. Install the required dependencies: @@ -52,7 +52,7 @@ cd entrepreneur-gpt pip install -r requirements.txt ``` -4. Create a file named keys.py in the project directory and add your OpenAI API key: +4. Create a file named keys.py in the AutonomousAI directory and add your OpenAI API key: ``` OPENAI_API_KEY = "your_openai_api_key_here" ```