Skip to content

Commit

Permalink
. e created an install
Browse files Browse the repository at this point in the history
Co-Authored-By: blade290 <[email protected]>
Co-Authored-By: Nitsan Avni <[email protected]>
Co-Authored-By: Samuel Taggart <[email protected]>
Co-Authored-By: Nazee Hajebi <[email protected]>
Co-Authored-By: tegzy <[email protected]>
  • Loading branch information
6 people committed Oct 29, 2023
1 parent 1698ca5 commit ccf55cb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions install.windows.ps1
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit ccf55cb

Please sign in to comment.