mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-01-09 15:17:59 -05:00
tweak(docs): Update setup.md with git instructions. (#8192)
Update setup.md with git instructions.
This commit is contained in:
committed by
GitHub
parent
007a773296
commit
0d8dfaf312
@@ -20,6 +20,7 @@ To setup the server, you need to have the following installed:
|
||||
|
||||
- [Node.js](https://nodejs.org/en/)
|
||||
- [Docker](https://docs.docker.com/get-docker/)
|
||||
- [Git](https://git-scm.com/downloads)
|
||||
|
||||
### Checking if you have Node.js & NPM installed
|
||||
|
||||
@@ -59,6 +60,16 @@ docker-compose -v
|
||||
|
||||
Once you have Docker and Docker Compose installed, you can proceed to the next step.
|
||||
|
||||
## Cloning the Repository
|
||||
The first step is cloning the AutoGPT repository to your computer.
|
||||
To do this, open a terminal window in a folder on your computer and run:
|
||||
```
|
||||
git clone https://github.com/Significant-Gravitas/AutoGPT.git
|
||||
```
|
||||
If you get stuck, follow [this guide](https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository).
|
||||
|
||||
Once that's complete you can close this terminal window.
|
||||
|
||||
## Running the backend services
|
||||
|
||||
To run the backend services, follow these steps:
|
||||
|
||||
Reference in New Issue
Block a user