Revise Quick Start instructions in README

Updated the Quick Start section for clarity and accuracy.
This commit is contained in:
Shaheer Sarfaraz 2026-01-22 23:35:45 +00:00 committed by GitHub
parent 9e7bd43a42
commit 34ef2f8902
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,10 +17,14 @@ https://github.com/user-attachments/assets/06e5e782-47f5-42d0-8b28-b89102d7ea1b
## Quick Start
```bash
# 1. Run with Docker
# 1. Clone and move to directory
git clone https://github.com/DaKheera47/job-ops.git
cd job-ops
# 2. Docker up (this will take a while because of Camoufox)
docker compose up -d --build
# 2. Open the dashboard
# 3. Open the dashboard, the app will onboard your credentials
# http://localhost:3005
```