Add oneshot installation script for easy setup

- Created install.ps1 that downloads repository and runs prerequisites installer
- Updated README.md and INSTALLATION.md to document the new oneshot option
- Script can be run with: irm https://git.frod.dk/floppydiscen/git-workshop/raw/branch/main/install.ps1 | iex
- Provides seamless installation experience for new users
This commit is contained in:
Bjarke Sporring
2026-01-14 16:26:29 +01:00
parent bb01592b6c
commit 34f2607b22
3 changed files with 243 additions and 2 deletions

View File

@@ -81,7 +81,15 @@ Then run scripts using:
**Quick Automated Installation (Windows 11):**
Run our one-shot installation script to automatically install all required tools:
**Option 1: Oneshot Installation (Recommended)**
Download and run everything in one command:
```powershell
irm https://git.frod.dk/floppydiscen/git-workshop/raw/branch/main/install.ps1 | iex
```
**Option 2: Local Installation**
Clone the repository first, then run:
```powershell
.\install-prerequisites.ps1