Skip to content

Commit b876744

Browse files
boarder2JanDeDobbeleer
authored andcommitted
docs: adding encoding for Write-PoshTheme to upgrade guide
fixing a couple typos. refs #220
1 parent 82b97bc commit b876744

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs/upgrading.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@ If you don't remember which one, preview them all and take the one closest to yo
5757
Get-PoshThemes
5858
```
5959

60-
If you see one you like, set it, export its config so you can customize/extend the blocks ans segmnts.
60+
If you see one you like, set it, then export its config so you can customize/extend the blocks and segments.
6161

6262
```powershell
6363
Set-PoshPrompt -Theme jandedobbeleer
64-
Write-PoshTheme | Out-File -FilePath ~/.go-my-posh.json
64+
Write-PoshTheme | Out-File -FilePath ~/.go-my-posh.json -Encoding oem
6565
```
6666

6767
Adjust the config (`~/.go-my-posh.json`) to your liking by going through the [configuration][configuration] guide.

0 commit comments

Comments
 (0)