From 9bf8d4563c6b2e0fd9790d2b6bc1af53a1b5fed1 Mon Sep 17 00:00:00 2001 From: Llewellyn Falco Date: Wed, 15 Dec 2021 16:42:00 +0000 Subject: [PATCH] Update install.windows.ps1 --- install.windows.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.windows.ps1 b/install.windows.ps1 index df4973e..39f130b 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/erlang.starterproject/master/install.windows.ps1 | Invoke-Expression +# Invoke-WebRequest -UseBasicParsing https://raw.githubusercontent.com/LearnWithLlew/erlang.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. #