Skip to content

Commit 3d30ac3

Browse files
yordisawtkns
andauthoredJul 23, 2023
📄 add services links to readme (#1120)
* chore: add services links to readme * Update README.md --------- Co-authored-by: Adam Watkins <[email protected]>
1 parent 8c77fdb commit 3d30ac3

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed
 

‎README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,17 @@ Before you get started, please make sure you have the following installed:
5252
- [Node.js](https://nodejs.org/en/download)
5353
- [Git](https://git-scm.com/downloads)
5454
- [Docker](https://www.docker.com/products/docker-desktop). After installation, please create an account, open up the Docker application, and sign in.
55-
- An [OpenAI API key](https://beta.openai.com/signup/)
55+
- An [OpenAI API key](https://platform.openai.com/signup)
56+
- A [Serper API Key](https://serper.dev/signup) (optional)
57+
- A [Replicate API Token](https://replicate.com/signin) (optional)
5658

5759
## Getting Started :rocket:
5860
1. **Open your editor**
5961

6062
2. **Open the Terminal** - Typically, you can do this from a 'Terminal' tab or by using a shortcut
6163
(e.g., `Ctrl + ~` for Windows or `Control + ~` for Mac in VS Code).
6264

63-
4. **Clone the Repository and Navigate into the Directory** - Once your terminal is open, you can clone the repository and move into the directory by running the commands below.
65+
3. **Clone the Repository and Navigate into the Directory** - Once your terminal is open, you can clone the repository and move into the directory by running the commands below.
6466

6567
**For Mac/Linux users** :apple: :penguin:
6668
```bash
@@ -74,7 +76,7 @@ Before you get started, please make sure you have the following installed:
7476
cd AgentGPT
7577
./setup.bat
7678
```
77-
5. **Follow the setup instructions from the script** - add the appropriate API keys, and once all of the services are running, travel to [http://localhost:3000](http://localhost:3000) on your web-browser.
79+
4. **Follow the setup instructions from the script** - add the appropriate API keys, and once all of the services are running, travel to [http://localhost:3000](http://localhost:3000) on your web-browser.
7880

7981
Happy hacking! :tada:
8082

0 commit comments

Comments
 (0)
Please sign in to comment.