Skip to content

Commit bf143a6

Browse files
authored
Merge pull request #20 from dracula/update-readme-from-opened-issues
Update readme from opened issues
2 parents 1310f48 + ca11905 commit bf143a6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
## Installation
1010

11-
There are 4 parts to configure: the colors, the powershell prompt, the cmd.exe prompt, and the titlebar color. All of these are optional.
11+
There are 4 parts to configure; all of them are optional:
1212

1313
**Colors Installation**
1414

@@ -25,6 +25,7 @@ For cmd.exe support, perform the same steps above but in a cmd.exe window.
2525
- It's currently prerelease, so you'll need to install it with `Install-Module -Name posh-git -AllowPrerelease -Force`
2626
- If you don't have an `-AllowPrerelease` flag, upgrade PowerShellGet with `Install-Module -Name PowerShellGet -Force` first.
2727
1. Ensure the latest version of PSReadLine (2.0 or later) is installed. 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).
28+
- You can verify that 2.0 was installed by running `(Get-Module PSReadLine).Version`. If the installation does not appear to work, please see [this issue in PSReadLine](https://github.com/PowerShell/PowerShellGet/issues/318#issuecomment-418605987)
2829
1. Include [this powershell configuration](https://github.com/dracula/powershell/blob/master/theme/dracula-prompt-configuration.ps1) in your PowerShell `$profile` file.<sup>[1](#whats-the-powershell-profile-file "What's the PowerShell `$profile` file?")</sup>
2930

3031
**cmd.exe prompt**
@@ -67,8 +68,8 @@ The cmd.exe prompt value can be broken down into the following [ANSI escape sequ
6768
- Download and unzip [the same archive](https://raw.githubusercontent.com/waf/dracula-cmd/master/dist/ColorTool.zip) you used to install the theme.
6869
- Run uninstall.cmd
6970
1. Uninstall the prompts:
70-
- Remove the configuration from your powershell `$profile`.
71-
- Delete the `prompt` environment variable.
71+
- PowerShell prompt: remove the configuration from your powershell `$profile`.
72+
- CMD.exe prompt: delete the `prompt` environment variable.
7273

7374
## Team
7475

0 commit comments

Comments
 (0)