From ca0efad09b70c981464296f618a00f87d5cca844 Mon Sep 17 00:00:00 2001 From: MatRogien Date: Sat, 25 Jan 2025 21:04:03 -0500 Subject: [PATCH] docs: update Update-Module flag in README with -AllowPrerelease --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 462f56c0..40130d6a 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ If you have an earlier version of the ZeroNetworks PowerShell module installed f and would like to update to the latest version, run the following command in a PowerShell session: ```powershell -Update-Module -Name ZeroNetworks -Scope CurrentUser -Force +Update-Module -Name ZeroNetworks -Scope CurrentUser -Force -AllowPrerelease ``` `Update-Module` installs the new version side-by-side with previous versions. It does not uninstall