diff --git a/README.md b/README.md index 19876d2..624c736 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