From a8fc600179c9ef5c571cea91bb8e993b87d5e324 Mon Sep 17 00:00:00 2001 From: Llewellyn Falco Date: Fri, 10 Dec 2021 13:00:30 -0700 Subject: [PATCH] Update install.windows.ps1 --- install.windows.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.windows.ps1 b/install.windows.ps1 index 5b1d14d..9d1518b 100644 --- a/install.windows.ps1 +++ b/install.windows.ps1 @@ -13,7 +13,7 @@ choco install luarocks --params="'/MW'" # Clone repo -& "C:\Program Files\Git\cmd\git.exe" clone https://raw.githubusercontent.com/LearnWithLlew/lua.starterproject.get C:\Code\lua.starterproject +& "C:\Program Files\Git\cmd\git.exe" clone https://github.com/LearnWithLlew/lua.starterproject.git C:\Code\lua.starterproject cd C:\Code\lua.starterproject # run