Correction d'une commande

This commit is contained in:
TonyLight 2025-12-22 07:26:22 +00:00
parent b5d31b3764
commit beeadaa590

View File

@ -139,7 +139,7 @@ curl -fsSL https://git.eldunar.fr/TonyLight/Starship.git/raw/branch/main/starshi
### Windows PowerShell
```powershell
iwr -useb https://git.eldunar.fr/TonyLight/Starship.git/raw/branch/main/starship.toml | Out-File -Encoding utf8 "$env:USERPROFILE\.config\starship.toml"
iwr -useb "https://git.eldunar.fr/TonyLight/Starship.git/raw/branch/main/starship.toml" | Select-Object -ExpandProperty Content | Out-File -Encoding utf8 "$env:USERPROFILE\.config\starship.toml"
```
---