refactor: move the installation description to the README.md

This commit is contained in:
Bjarke Sporring
2026-01-16 12:40:49 +01:00
parent 7fc0c1342a
commit d80fa74af9
3 changed files with 15 additions and 338 deletions

View File

@@ -84,6 +84,16 @@ winget install Git.Git
winget install Microsoft.VisualStudioCode
```
You can also run the one-shot install script if the project is cloned locally
```pwsh
./install.ps1
```
or if you don't have the project locally run
```pwsh
Invoke-RestMethod -Uri https://git.frod.dk/floppydiscen/git-workshop/raw/branch/main/install.ps1 | Invoke-Expression
```
### Quick Start
1. **Install the prerequisites above**