diff --git a/README.md b/README.md index 23c4cd2..2cf9286 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,22 @@ sudo dpkg -i /tmp/upterm.deb ### Windows -**Schnellsetup auf neuem Gerät** – beide Dateien herunterladen, `setup-windows.bat` doppelklicken: +**Option A – Build aus Source (empfohlen für Windows Server 2016)** + +Kein Paketmanager nötig. Go wird direkt von golang.org geladen, upterm wird lokal kompiliert. + +| Datei | Funktion | +|-------|----------| +| [`build-windows.bat`](build-windows.bat) | Doppelklick-Starter | +| [`build-windows.ps1`](build-windows.ps1) | Lädt Go, baut upterm per `go install`, kopiert nach System32 | + +Schritte automatisch: Go 1.22.4 (MSI silent) → `go install github.com/owenthereal/upterm/cmd/upterm@latest` → `upterm.exe` nach `C:\Windows\System32`. + +--- + +**Option B – Scoop (Windows 10 / Server 2019+)** + +Schnellsetup auf neuem Gerät – beide Dateien herunterladen, `setup-windows.bat` doppelklicken: | Datei | Funktion | |-------|----------|