docs: add desktop shortcut setup instructions to README
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
16
README.md
16
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
|
||||
|
||||
Reference in New Issue
Block a user