diff --git a/README.md b/README.md index 65ac6c6c03..c183b97c7d 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ git clone https://github.com/Torantulino/Auto-GPT.git 2. Navigate to the project directory: *(Type this into your CMD window, you're aiming to navigate the CMD window to the "scripts" folder you just downloaded)* ``` -$ cd 'Auto-GPT/scripts' +$ cd 'Auto-GPT' ``` 3. Install the required dependencies: diff --git a/scripts/requirements.txt b/requirements.txt similarity index 100% rename from scripts/requirements.txt rename to requirements.txt