Fix workshop script WSL path conversion and convert scripts to Unix line endings; update README with installation instructions
This commit is contained in:
@@ -33,11 +33,27 @@ Basisrouten nach dem Start:
|
||||
1. Docker + Compose (`docker compose` oder `docker-compose`)
|
||||
2. Optional fuer TLS-Challenges: `easy-rsa`, `openssl`, `wireshark`
|
||||
|
||||
Docker muss in Linux installiert sein oder Docker Desktop mit WSL-Integration muss verfuegbar sein.
|
||||
|
||||
### Installation
|
||||
|
||||
#### Windows
|
||||
|
||||
Installiere die erforderlichen Tools mit winget:
|
||||
|
||||
```powershell
|
||||
winget install --id Microsoft.VisualStudioCode -e
|
||||
winget install --id Git.Git -e
|
||||
winget install --id Docker.DockerDesktop -e
|
||||
```
|
||||
|
||||
Nach der Installation von Docker Desktop aktiviere die WSL-Integration in den Einstellungen.
|
||||
|
||||
Plattformhinweise:
|
||||
|
||||
- Linux: Docker Engine oder Docker Desktop
|
||||
- macOS: Docker Desktop (falls `make` fehlt -> `xcode-select --install`)
|
||||
- Windows: Docker Desktop + WSL Integration aktiv
|
||||
- Windows: Docker Desktop mit aktivierter WSL-Integration
|
||||
|
||||
## Schnellstart
|
||||
|
||||
|
||||
Reference in New Issue
Block a user