Skip to content

Commit

Permalink
Update install.windows.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
isidore authored Dec 10, 2021
1 parent 4bb5f89 commit 8cb14aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ choco install erlang --version=23.3
choco install rebar3

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

# Run starting haskell stuff
run_tests.bat

# Done
cls
echo "Done!"
echo "Done!"

0 comments on commit 8cb14aa

Please sign in to comment.