From 461828690f70480af87a0f2d13b11d0cc7dc8a9a Mon Sep 17 00:00:00 2001 From: "Zed A. Shaw" Date: Thu, 16 Apr 2026 16:53:17 -0400 Subject: [PATCH] More syncing. --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cde9da2..6a39286 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ can't replicate it. ## Fixing your `winget` -The first time you run `winget` it will prompt you for license stuff. Do this: +Start a `PowerShell` window _NOT AS ADMINISTRATOR_. I repeat, you do _NOT_ have to be Administrator to run this script. It will become Administrator as it needs. The first time you run `winget` it will prompt you for license stuff. Do this: 1. Start PowerShell. 2. Type: `winget install which` @@ -51,8 +51,7 @@ Windows machine now so if you don't have it you broke something. ## Installing the Basics -First, you run the `base.ps1` script in `PowerShell` to get an initial setup of basic things all -other languages need. This allows you to then install any other languages very quickly: +You close your PowerShell right? Started a new one? Great, now do this: ```shell irm https://lcthw.dev/learn-code-the-hard-way/lcthw-windows-installers/raw/branch/master/base.ps1 -outfile base.ps1