Skip to content

Commit

Permalink
📄 add services links to readme (#1120)
Browse files Browse the repository at this point in the history
* chore: add services links to readme
* Update README.md

---------

Co-authored-by: Adam Watkins <[email protected]>
  • Loading branch information
yordis and awtkns authored Jul 23, 2023
1 parent 8c77fdb commit 3d30ac3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,17 @@ Before you get started, please make sure you have the following installed:
- [Node.js](https://nodejs.org/en/download)
- [Git](https://git-scm.com/downloads)
- [Docker](https://www.docker.com/products/docker-desktop). After installation, please create an account, open up the Docker application, and sign in.
- An [OpenAI API key](https://beta.openai.com/signup/)
- An [OpenAI API key](https://platform.openai.com/signup)
- A [Serper API Key](https://serper.dev/signup) (optional)
- A [Replicate API Token](https://replicate.com/signin) (optional)

## Getting Started :rocket:
1. **Open your editor**

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

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.
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.

**For Mac/Linux users** :apple: :penguin:
```bash
Expand All @@ -74,7 +76,7 @@ Before you get started, please make sure you have the following installed:
cd AgentGPT
./setup.bat
```
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.
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.

Happy hacking! :tada:

Expand Down

0 comments on commit 3d30ac3

Please sign in to comment.