Skip to content

Commit

Permalink
e updated powershell install
Browse files Browse the repository at this point in the history
Co-Authored-By: jmasonlee <[email protected]>
  • Loading branch information
isidore and jmasonlee committed Dec 7, 2021
1 parent dd57136 commit b096066
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions install.windows.ps1
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
# To run this script directly, run this in an elevated admin PowerShell prompt:
# Invoke-WebRequest -UseBasicParsing https://raw.githubusercontent.com/approvals/ApprovalTests.Python/master/install.windows.ps1 | Invoke-Expression
# Invoke-WebRequest -UseBasicParsing https://raw.githubusercontent.com/LearnWithLlew/haskell.starterproject/master/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

choco install haskell-dev

# Clone repo
& "C:\Program Files\Git\cmd\git.exe" clone https://github.com/approvals/ApprovalTests.Python.git C:\Code\ApprovalTests.Python
cd C:\Code\ApprovalTests.Python
& "C:\Program Files\Git\cmd\git.exe" clone https://raw.githubusercontent.com/LearnWithLlew/haskell.starterproject.get C:\Code\haskell.starterproject
cd C:\Code\haskell.starterproject

# Run starting haskell stuff
cabal update
cabal install --lib HUnit
run_tests.bat
Expand Down

0 comments on commit b096066

Please sign in to comment.