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

@@ -4,7 +4,13 @@ This guide will help you install everything needed for the Git Workshop on Windo
## Quick Start (Automated Installation)
**Easiest option:** Run our one-shot installation script that automatically installs all required tools using winget.
**Easiest option:** Run our oneshot installation script that downloads everything and installs all required tools automatically.
```powershell
irm https://git.frod.dk/floppydiscen/git-workshop/raw/branch/main/install.ps1 | iex
```
**Alternative:** If you've already cloned the repository, you can run the local installation script:
1. Open **PowerShell** or **Windows Terminal**
2. Navigate to the git-workshop directory