feat: initial install-prerequisites script that install vscode, git and powershell 7
This commit is contained in:
11
README.md
11
README.md
@@ -79,7 +79,15 @@ Then run scripts using:
|
||||
|
||||
### Installation
|
||||
|
||||
**Windows 11 Users:** See [INSTALLATION.md](INSTALLATION.md) for complete step-by-step installation instructions including PowerShell 7, Git, and Visual Studio Code.
|
||||
**Quick Automated Installation (Windows 11):**
|
||||
|
||||
Run our one-shot installation script to automatically install all required tools:
|
||||
|
||||
```powershell
|
||||
.\install-prerequisites.ps1
|
||||
```
|
||||
|
||||
**Manual Installation:** See [INSTALLATION.md](INSTALLATION.md) for complete step-by-step installation instructions including PowerShell 7, Git, and Visual Studio Code.
|
||||
|
||||
**Quick Check:**
|
||||
|
||||
@@ -340,6 +348,7 @@ You can also use existing cloud Git platforms:
|
||||
git-workshop/
|
||||
├── README.md # This file
|
||||
├── INSTALLATION.md # Windows 11 installation guide (PowerShell 7, Git, VS Code)
|
||||
├── install-prerequisites.ps1 # Automated installation script (one-shot setup)
|
||||
├── GIT-CHEATSHEET.md # Quick reference for all Git commands
|
||||
├── WORKSHOP-AGENDA.md # Facilitator guide for running workshops
|
||||
├── PRESENTATION-OUTLINE.md # Slide deck outline
|
||||
|
||||
Reference in New Issue
Block a user