Skip to content

Commit 700767d

Browse files
committed
Update README to add instructions for creating working directory before starting services
1 parent d494f23 commit 700767d

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,13 @@ governed by a state machine to ensure code quality through automated reviews, bu
7777
mv example.env .env
7878
```
7979

80-
3. Start the services using Docker Compose:
80+
3. Create the working directory to store logs and cloned repositories:
81+
82+
```bash
83+
mkdir working_dir
84+
```
85+
86+
4. Start the services using Docker Compose:
8187

8288
- **Linux (includes PostgreSQL)**:
8389
```bash
@@ -94,7 +100,7 @@ governed by a state machine to ensure code quality through automated reviews, bu
94100
docker-compose -f docker-compose.win_mac.yml up --build
95101
```
96102
97-
4. Access Prometheus:
103+
5. Access Prometheus:
98104
- Service: [http://localhost:9002](http://localhost:9002)
99105
- OpenAPI Docs: [http://localhost:9002/docs](http://localhost:9002/docs)
100106

0 commit comments

Comments
 (0)