Merge branch 'master' of lcthw.dev:learn-code-the-hard-way/lcthw-windows-installers

master
Zed A. Shaw 2 weeks ago
commit a747fb0b6b
  1. 5
      README.md

@ -37,7 +37,7 @@ can't replicate it.
## Fixing your `winget` ## 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. 1. Start PowerShell.
2. Type: `winget install which` 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 ## Installing the Basics
First, you run the `base.ps1` script in `PowerShell` to get an initial setup of basic things all You close your PowerShell right? Started a new one? Great, now do this:
other languages need. This allows you to then install any other languages very quickly:
```shell ```shell
irm https://lcthw.dev/learn-code-the-hard-way/lcthw-windows-installers/raw/branch/master/base.ps1 -outfile base.ps1 irm https://lcthw.dev/learn-code-the-hard-way/lcthw-windows-installers/raw/branch/master/base.ps1 -outfile base.ps1

Loading…
Cancel
Save