docs: add desktop shortcut setup instructions to README

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Gitead
2026-05-26 00:03:10 -04:00
parent 783e63c9ea
commit 427cca7f40

View File

@@ -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