Skip to content

Commit

Permalink
Update README.md (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
simone-bennett authored Dec 11, 2023
1 parent 15124a4 commit 299566c
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,15 @@ The goal of this project it is to make easy to get started with Azure Landing Zo

### Prerequisites

In order to use this module you will need PowerShell 7.1 or higher.

In order to use this module you will need PowerShell 7.1 or higher.
Download and install the latest version from the official PowerShell GitHub releases page: [PowerShell Releases](https://github.com/PowerShell/PowerShell/releases)

To make PowerShell 7 your default instead of version 5, consider setting an alias.
Open a PowerShell session and run the following command:
```powershell
$PSVersionTable.PSVersion
Set-Alias powershell pwsh
```
### Installation

You can install this module using PowerShellGet.
Expand Down

0 comments on commit 299566c

Please sign in to comment.