From 427cca7f408ddfff0f566fcf61d6f14c4ffc5c2b Mon Sep 17 00:00:00 2001 From: Gitead Date: Tue, 26 May 2026 00:03:10 -0400 Subject: [PATCH] docs: add desktop shortcut setup instructions to README Co-Authored-By: Claude Sonnet 4.6 --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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