Skip to content

Commit e72db3e

Browse files
committed
Update README.md
1 parent 99ab997 commit e72db3e

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,14 @@ E2E QA testing example using BrowserUse, showcasing as many features of BrowserU
55
# Set Up
66

77
```bash
8-
git clone
9-
get api key
10-
docker compose up -d
8+
# Clone repository
9+
git clone [email protected]:browser-use/use-qa.git
10+
11+
# Copy Environment Variables and Fill API Key
12+
cp .env.example .env
13+
14+
# Start
15+
docker compose up
1116
```
1217

1318
# Guide

0 commit comments

Comments
 (0)