From d11508886be2bddf960520f8c4fc640e4e65cfd5 Mon Sep 17 00:00:00 2001 From: "G.Ambatte" Date: Mon, 23 Jan 2023 21:13:40 +1300 Subject: [PATCH] Add final notes to each install part --- install/windows/install-pt1.ps1 | 4 ++-- install/windows/install-pt2.ps1 | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/install/windows/install-pt1.ps1 b/install/windows/install-pt1.ps1 index 3d6247163..02530a20d 100644 --- a/install/windows/install-pt1.ps1 +++ b/install/windows/install-pt1.ps1 @@ -17,5 +17,5 @@ Write-Host Install GIT choco install git -y -Write-Host PART ONE INSTALL -Write-Host Close Powershell completely, open a new window, and then run Part Two +Write-Host PART ONE INSTALL COMPLETE +Write-Host Close Powershell completely, open a new shell, and then run Part Two diff --git a/install/windows/install-pt2.ps1 b/install/windows/install-pt2.ps1 index 7d7d8b8bc..29dd67d97 100644 --- a/install/windows/install-pt2.ps1 +++ b/install/windows/install-pt2.ps1 @@ -20,6 +20,10 @@ Write-Host Set install type to 'local' [System.Environment]::SetEnvironmentVariable('NODE_ENV', 'local') +Write-Host PART TWO INSTALL COMPLETE +Write-Host To start Homebrewery in the future, open a terminal in the Homebrewery directory and run npm start +Write-Hose ================================================================================================== + Write-Host Start Homebrewery npm start \ No newline at end of file