Skip to content

Commit 299566c

Browse files
Update README.md (#91)
1 parent 15124a4 commit 299566c

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,15 @@ The goal of this project it is to make easy to get started with Azure Landing Zo
2020

2121
### Prerequisites
2222

23-
In order to use this module you will need PowerShell 7.1 or higher.
24-
23+
In order to use this module you will need PowerShell 7.1 or higher.
24+
Download and install the latest version from the official PowerShell GitHub releases page: [PowerShell Releases](https://github.com/PowerShell/PowerShell/releases)
25+
26+
To make PowerShell 7 your default instead of version 5, consider setting an alias.
27+
Open a PowerShell session and run the following command:
28+
```powershell
29+
$PSVersionTable.PSVersion
30+
Set-Alias powershell pwsh
31+
```
2532
### Installation
2633

2734
You can install this module using PowerShellGet.

0 commit comments

Comments
 (0)