docs: RDP 제어 스크립트 curl 다운로드 방법 추가

- README.md에 rdp-control.sh 직접 다운로드 방법 추가
- curl 명령어로 스크립트 다운로드 후 바로 사용 가능
- 리포지토리 클론 없이도 제어 스크립트 사용 가능

🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
root 2025-09-06 01:33:02 +09:00
parent 1e238d0867
commit afb79d1872

View File

@ -24,6 +24,18 @@ cd proxmox-rdp-autosetup
bash install_web_control.sh
```
### RDP 제어 스크립트 다운로드
```bash
# curl로 직접 다운로드
curl -fsSL https://git.0bin.in/thug0bin/proxmox-rdp-autosetup/raw/branch/main/rdp-control.sh -o rdp-control.sh
chmod +x rdp-control.sh
# 사용법
./rdp-control.sh start
./rdp-control.sh status
./rdp-control.sh stop
```
## 📋 주요 기능
### 자동 RDP 설정