From 1b1c60516ad8542b2fc5ab0d63d02458243ce22d Mon Sep 17 00:00:00 2001 From: Joshua O'Bannon Date: Tue, 16 Mar 2021 09:38:53 -0600 Subject: [PATCH] Update Readme to Reflect Windows Users Needing PowerShell to Install. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index af5a475..58d2335 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ sh -c "curl -fsSL https://raw.githubusercontent.com/FusionAuth/fusionauth-instal #### Windows -Download and install using ZIP packages +Download and install using ZIP packages. Install using Windows PowerShell ```powershell . { iwr -useb https://raw.githubusercontent.com/FusionAuth/fusionauth-install/master/install.ps1 } | iex; install REM Optionally register the service with the following commands @@ -51,7 +51,7 @@ cd fusionauth\fusionauth-app\apache-tomcat\bin FusionAuthApp.exe /install ``` -Download and install with Elasticsearch using ZIP packages +Download and install with Elasticsearch using ZIP packages. Install using Windows PowerShell ```powershell . { iwr -useb https://raw.githubusercontent.com/FusionAuth/fusionauth-install/master/install.ps1 } | iex; install -includeSearch 1 REM Optionally register the service with the following commands