diff --git a/README.md b/README.md index 421438c6..b9f918b8 100644 --- a/README.md +++ b/README.md @@ -167,6 +167,22 @@ cd apps/SeleniumService .venv/bin/python3 agent.py ``` +### Step 13 — Create desktop shortcut (optional) + +Instead of opening two terminals manually every time, you can create a desktop shortcut that starts both services with a single double-click. + +Run this once after cloning and installing: + +```sh +bash ~/Desktop/DentalManagementMH06/setup-desktop-shortcut.sh +``` + +A **Dental App** shortcut will appear on your desktop. Double-clicking it opens: +- A terminal running `npm run dev` (Backend + Frontend) +- A terminal running the Selenium service + +> No username or path editing needed — the script automatically detects the current user's home folder. + --- ## 📖 Developer Documentation