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:
10
README.md
10
README.md
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user