diff --git a/install.windows.ps1 b/install.windows.ps1 index 9d1518b..696442d 100644 --- a/install.windows.ps1 +++ b/install.windows.ps1 @@ -1,5 +1,5 @@ # To run this script directly, run this in an elevated admin PowerShell prompt: -# Invoke-WebRequest -UseBasicParsing https://raw.githubusercontent.com/LearnWithLlew/lua.starterproject/master/install.windows.ps1 | Invoke-Expression +# Invoke-WebRequest -UseBasicParsing https://raw.githubusercontent.com/LearnWithLlew/lua.starterproject/main/install.windows.ps1 | Invoke-Expression # This script is intended to setup a dev machine from scratch. Very useful for setting up a EC2 instance for mobbing. #