0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 16:22:44 +00:00

Add final notes to each install part

This commit is contained in:
G.Ambatte
2023-01-23 21:13:40 +13:00
parent 4bb64a535f
commit d11508886b
2 changed files with 6 additions and 2 deletions

View File

@@ -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

View File

@@ -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