Skip to content

Commit cc4f69e

Browse files
committed
minor copy fix
1 parent cecd522 commit cc4f69e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs/self-host/01-quick-start.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ This guide explains how to set up Agenta on your local machine, either using the
1717
git clone --depth 1 https://github.com/Agenta-AI/agenta && cd agenta
1818
```
1919

20-
2. Copy `hosting/docker-compose/oss/env.oss.gh.example` to `hosting/docker-compose/oss/.env.oss.gh` and edit the configuration:
20+
2. Copy configuration and, optionally, edit it:
2121
```bash
2222
cp hosting/docker-compose/oss/env.oss.gh.example hosting/docker-compose/oss/.env.oss.gh
2323
```
2424

25-
3. Start Agenta services:
25+
3. Start Agenta:
2626
```bash
2727
docker compose -f hosting/docker-compose/oss/docker-compose.gh.yml --env-file hosting/docker-compose/oss/.env.oss.gh --profile with-web --profile with-traefik up -d
2828
```

0 commit comments

Comments
 (0)