From 34ef2f8902bcfa90568d8554df714e49438c8573 Mon Sep 17 00:00:00 2001 From: Shaheer Sarfaraz <53654735+DaKheera47@users.noreply.github.com> Date: Thu, 22 Jan 2026 23:35:45 +0000 Subject: [PATCH] Revise Quick Start instructions in README Updated the Quick Start section for clarity and accuracy. --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 66b5cef..3a06751 100644 --- a/README.md +++ b/README.md @@ -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 ```