Update README.md

This commit is contained in:
Ground-Zerro
2025-10-03 12:48:30 +11:00
committed by GitHub
parent 94b523c85f
commit bba8015ae5

View File

@@ -9,13 +9,12 @@
- Открыть командную строку Windows и выполнить команду: - Открыть командную строку Windows и выполнить команду:
``` ```
powershell -Command "irm https://raw.githubusercontent.com/Ground-Zerro/DomainMapper/refs/heads/main/utilities/win/convert.bat -OutFile $env:TEMP\convert.bat" && cmd /c "%TEMP%\convert.bat" powershell -Command "irm https://raw.githubusercontent.com/Ground-Zerro/DomainMapper/refs/heads/main/utilities/win/convert.bat -OutFile $env:TEMP\convert.bat" && cmd /c "%TEMP%\convert.bat"
```
или или
- Запустить PowerShell и выполнить команду: - Запустить PowerShell и выполнить команду:
``` ```
irm https://raw.githubusercontent.com/Ground-Zerro/DomainMapper/refs/heads/main/utilities/win/convert.bat -OutFile "$env:TEMP\convert.bat"; cmd /c "$env:TEMP\convert.bat" irm https://raw.githubusercontent.com/Ground-Zerro/DomainMapper/refs/heads/main/utilities/win/convert.bat -OutFile "$env:TEMP\convert.bat"; cmd /c "$env:TEMP\convert.bat"
``` ```
**Можете:** **Можете:**
- Скачать Win.bat и запустить его. - Скачать convert.bat и запустить его.