Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Updates cd command to fit new repo name.
  • Loading branch information
Torantulino authored Mar 28, 2023
1 parent a2d5c01 commit b43e23b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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"
```
Expand Down

0 comments on commit b43e23b

Please sign in to comment.