From 299566c59ba01982ae4023b7b3a84f6df614d8bf Mon Sep 17 00:00:00 2001 From: Simone <67363016+simone-bennett@users.noreply.github.com> Date: Mon, 11 Dec 2023 21:25:36 +1000 Subject: [PATCH] Update README.md (#91) --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d24f9f07..8de9fe10 100644 --- a/README.md +++ b/README.md @@ -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.