Correction d'une commande
This commit is contained in:
parent
b5d31b3764
commit
beeadaa590
@ -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"
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
Loading…
Reference in New Issue
Block a user