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