From ccf55cb2bbfc50ab68d41d08eb228b036810f082 Mon Sep 17 00:00:00 2001 From: Llewellyn Falco Date: Sun, 29 Oct 2023 18:15:42 +0000 Subject: [PATCH] . e created an install Co-Authored-By: blade290 <43077216+blade290@users.noreply.github.com> Co-Authored-By: Nitsan Avni Co-Authored-By: Samuel Taggart Co-Authored-By: Nazee Hajebi <2491283+nazeehajebi@users.noreply.github.com> Co-Authored-By: tegzy <52664058+tegzy@users.noreply.github.com> --- install.windows.ps1 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/install.windows.ps1 b/install.windows.ps1 index bba2dbd..b4586ef 100644 --- a/install.windows.ps1 +++ b/install.windows.ps1 @@ -1,18 +1,18 @@ # To run this script directly, run this in an elevated admin PowerShell prompt: -# Invoke-WebRequest -UseBasicParsing https://raw.githubusercontent.com/LearnWithLlew/yourlanguage.starterproject/main/install.windows.ps1 | Invoke-Expression +# Invoke-WebRequest -UseBasicParsing https://raw.githubusercontent.com/LearnWithLlew/jq.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. # -iwr -useb https://raw.githubusercontent.com/JayBazuzi/machine-setup/main/windows.ps1 | iex +#iwr -useb https://raw.githubusercontent.com/JayBazuzi/machine-setup/main/windows.ps1 | iex -choco install nodejs +choco install jq refreshenv # Clone repo -& "C:\Program Files\Git\cmd\git.exe" clone https://github.com/LearnWithLlew/yourlanguage.starterproject.git C:\Code\yourlanguage.starterproject -cd C:\Code\yourlanguage.starterproject +& "C:\Program Files\Git\cmd\git.exe" clone https://github.com/LearnWithLlew/jq.starterproject.git C:\Code\jq.starterproject +cd C:\Code\jq.starterproject # initialize and run tests run_tests.bat