Skip to content

Commit 439bd25

Browse files
authored
Highlight the install command in README.md (#2088)
1 parent 1f6c5c0 commit 439bd25

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,17 @@ Install-Module -Name PowerShellGet -Force
5050
Exit
5151
```
5252

53-
After installing `PowerShellGet`, you can simply run `Install-Module PSReadLine -AllowPrerelease -Force` to get the latest prerelease version of `PSReadLine`.
54-
If you only want to get the latest stable version, run `Install-Module PSReadLine`.
53+
After installing `PowerShellGet`, you can get the latest prerelease version of `PSReadLine` by running
54+
55+
```powershell
56+
Install-Module PSReadLine -AllowPrerelease -Force
57+
```
58+
59+
If you only want to get the latest stable version, run:
60+
61+
```powershell
62+
Install-Module PSReadLine
63+
```
5564

5665
>[!NOTE] Prerelease versions will have newer features and bug fixes, but may also introduce new issues.
5766

0 commit comments

Comments
 (0)