From 382a1250767ebb9a5b584ddfea58963a87b7a296 Mon Sep 17 00:00:00 2001 From: Bjarke Sporring Date: Fri, 16 Jan 2026 12:43:11 +0100 Subject: [PATCH] fix: add install instructions --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ae31a0a..c356384 100644 --- a/README.md +++ b/README.md @@ -84,12 +84,18 @@ winget install Git.Git winget install Microsoft.VisualStudioCode ``` -You can also run the one-shot install script if the project is cloned locally +You can also run the one-shot install script if the project is cloned locally. +It will check if you have the prerequisites install and clone down the project +if not already cloned. Then it will configure git to have sane default. ```pwsh ./install.ps1 ``` -or if you don't have the project locally run +or if you don't have the project locally run. + +REMEMBER read through the script before running it. As a general practice, you +shouldn't get comfortable doing this kind of execution, and so it's important +to review executing remote scripts. ```pwsh Invoke-RestMethod -Uri https://git.frod.dk/floppydiscen/git-workshop/raw/branch/main/install.ps1 | Invoke-Expression ```