We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffa09fb commit 7d3bbbcCopy full SHA for 7d3bbbc
install.windows.ps1
@@ -1,5 +1,5 @@
1
# To run this script directly, run this in an elevated admin PowerShell prompt:
2
-# Invoke-WebRequest -UseBasicParsing https://raw.githubusercontent.com/LearnWithLlew/reasonml.starterproject/master/install.windows.ps1 | Invoke-Expression
+# Invoke-WebRequest -UseBasicParsing https://raw.githubusercontent.com/LearnWithLlew/reasonml.starterproject/main/install.windows.ps1 | Invoke-Expression
3
4
# This script is intended to setup a dev machine from scratch. Very useful for setting up a EC2 instance for mobbing.
5
#
0 commit comments