mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-24 18:32:41 +00:00
Add final notes to each install part
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user