mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-03 23:32:58 +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
|
choco install git -y
|
||||||
|
|
||||||
Write-Host PART ONE INSTALL
|
Write-Host PART ONE INSTALL COMPLETE
|
||||||
Write-Host Close Powershell completely, open a new window, and then run Part Two
|
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')
|
[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
|
Write-Host Start Homebrewery
|
||||||
|
|
||||||
npm start
|
npm start
|
||||||
Reference in New Issue
Block a user