diff --git a/README.md b/README.md index fa7d544..083d3df 100644 --- a/README.md +++ b/README.md @@ -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" ``` ---