Skip to content

Commit af08d43

Browse files
authored
Group prerequisites so it's not as confusing
1 parent 384ae01 commit af08d43

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

INSTALL.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,14 @@ There are 3 parts to configure; all of them are optional:
1010
<details><summary><strong>Powershell colors</strong></summary>
1111
<p>
1212

13+
1. Install the prerequisites:
14+
- PSReadLine 2.0 or later. It's installed by default in Windows 10, but you'll most likely [need to upgrade it](https://github.com/lzybkr/PSReadLine#user-content-upgrading). You can verify your PSReadLine version by running `(Get-Module PSReadLine).Version.Major`
15+
- Install git integration (posh-git) with `Install-Module -Name posh-git -AllowPrerelease -Force` . If you don't have an `-AllowPrerelease` flag, upgrade PowerShellGet with `Install-Module -Name PowerShellGet -Force` first.
1316
1. [Download and unzip](https://raw.githubusercontent.com/waf/dracula-cmd/master/dist/ColorTool.zip) ColorTool. The [source code](https://github.com/Microsoft/Terminal/tree/master/src/tools/ColorTool) is available from Microsoft.
14-
1. Open PowerShell, navigate to unzipped `ColorTool` directory, and run `install.cmd`.
15-
1. Right-click on the window titlebar and choose `Properties`, then on the `Font` tab choose Consolas. Click `OK` to save.
16-
1. Install PSReadLine 2.0 or later. It's installed by default in Windows 10, but you'll most likely [need to upgrade it](https://github.com/lzybkr/PSReadLine#user-content-upgrading). You can verify your PSReadLine version by running `(Get-Module PSReadLine).Version`
17-
- If you see errors when upgrading, please see [this issue in PSReadLine](https://github.com/PowerShell/PowerShellGet/issues/318#issuecomment-418605987).
17+
1. Open PowerShell, navigate to the unzipped `ColorTool` directory, and run `install.cmd`.
1818
1. Include [this powershell configuration](https://github.com/dracula/powershell/blob/master/theme/dracula-prompt-configuration.ps1) in your PowerShell `$profile` file.<sup>[1](https://github.com/dracula/powershell#user-content-profile-explanation)</sup>
19-
1. Install git integration (posh-git) with `Install-Module -Name posh-git -AllowPrerelease -Force`
20-
- If you don't have an `-AllowPrerelease` flag, upgrade PowerShellGet with `Install-Module -Name PowerShellGet -Force` first.
21-
19+
1. Right-click on the window titlebar and choose `Properties`, then on the `Font` tab choose Consolas. Click `OK` to save.
20+
2221
</p>
2322
</details>
2423

0 commit comments

Comments
 (0)