docs(platform): correct readme

pull/8573/head
SwiftyOS 2024-11-01 09:13:25 +00:00
parent 151fad5ced
commit 952f6f58ef
1 changed files with 4 additions and 4 deletions

View File

@ -28,9 +28,9 @@ To run the AutoGPT Platform, follow these steps:
3. Run the following command:
```
cp supabase/docker/.env.example .env.local
cp supabase/docker/.env.example .env
```
This command will copy the `.env.example` file to `.env.local` in the `supabase/docker` directory. You can modify the `.env.local` file to add your own environment variables.
This command will copy the `.env.example` file to `.env` in the `supabase/docker` directory. You can modify the `.env` file to add your own environment variables.
4. Run the following command:
```
@ -46,9 +46,9 @@ To run the AutoGPT Platform, follow these steps:
6. Run the following command:
```
cp .env.example .env
cp .env.example .env.local
```
This command will copy the `.env.example` file to `.env` in the `frontend` directory. You can modify the `.env` within this folder to add your own environment variables for the frontend application.
This command will copy the `.env.example` file to `.env.local` in the `frontend` directory. You can modify the `.env.local` within this folder to add your own environment variables for the frontend application.
7. Run the following command:
```