From cf6cb0052f05feb594aeefc97d9ff7ff9d4fbd1f Mon Sep 17 00:00:00 2001 From: "Zed A. Shaw" Date: Wed, 10 Jul 2024 12:31:43 -0400 Subject: [PATCH] Have the README use the git repo raw link instead. --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 38bd3e8..fe963ea 100644 --- a/README.md +++ b/README.md @@ -167,11 +167,12 @@ winget install CrystalLang.Crystal ## The `bigtest.ps1` Script -There's a test script that you can run if you want to install all scripts from the git repo. You +There's a test script that you can run if you want to install all scripts from the git repo to test +it. You use it like this: ```shell -irm https://learncodethehardway.com/setup/base.ps1 -outfile base.ps1 +irm https://git.learnjsthehardway.com/learn-code-the-hard-way/lcthw-windows-installers/raw/branch/master/base.ps1 -outfile base.ps1 powershell -executionpolicy bypass .\base.ps1 ``` @@ -179,7 +180,7 @@ Then close your PowerShell to ensure you get the `winget` and `choco` installs. `bigtest.ps1` script and be sure to stay near your computer to keep entering your password: ```shell -irm https://learncodethehardway.com/setup/bigtest.ps1 -outfile bigtest.ps1 +irm https://git.learnjsthehardway.com/learn-code-the-hard-way/lcthw-windows-installers/raw/branch/master/bigtest.ps1 -outfile bigtest.ps1 powershell -executionpolicy bypass .\bigtest.ps1 ```