Skip to content
This repository was archived by the owner on Feb 16, 2021. It is now read-only.

Commit cf28303

Browse files
Nikolay KondratyevJanDeDobbeleer
Nikolay Kondratyev
authored andcommitted
Fix theme name and installation steps in README
1 parent 5080d38 commit cf28303

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,11 @@ Install-Module posh-git -Scope CurrentUser
5959
Install-Module oh-my-posh -Scope CurrentUser
6060
```
6161

62-
Enable the engine in your PowerShell profile:
62+
In case you're running this on PS Core, make sure to also install version 2.0.0-beta1 of `PSReadLine`
63+
64+
Install-Module -Name PSReadLine -AllowPrerelease -Scope CurrentUser -Force
65+
66+
To enable the engine edit your PowerShell profile:
6367

6468
```bash
6569
if (!(Test-Path -Path $PROFILE )) { New-Item -Type File -Path $PROFILE -Force }
@@ -71,15 +75,11 @@ Append the following lines to your PowerShell profile:
7175
```bash
7276
Import-Module posh-git
7377
Import-Module oh-my-posh
74-
Set-Theme paradox
78+
Set-Theme Paradox
7579
```
7680
7781
The last command sets the theme for the console. Check the available themes list below.
7882
79-
In case you're running this on PS Core, make sure to also install version 2.0.0-beta1 of `PSReadLine`
80-
81-
Install-Module -Name PSReadLine -AllowPrerelease -Scope CurrentUser -Force
82-
8383
## Configuration
8484
8585
List the current configuration:

0 commit comments

Comments
 (0)