From 4dd4cae61cdd9c0c02dc46b29706c3d0b69b4ce3 Mon Sep 17 00:00:00 2001 From: Simone Chiaretta Date: Mon, 8 Dec 2025 17:31:20 +0100 Subject: [PATCH] Add PowerShell installation link to README The Spec-Kit uses powershell in all its tasks, but MacOS doesn't come with it preinstalled, so it needs to be added manually --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0962724..dca7f96 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ Alternatively, if you prefer, you can ask LLM agents (like GitHub Copilot or Cla - [Podman](https://podman.io/getting-started/installation) or [Docker Desktop](https://www.docker.com/products/docker-desktop) - [Git](https://git-scm.com/downloads) - [UV](https://docs.astral.sh/uv/) package manager +- [PowerShell](https://learn.microsoft.com/en-us/powershell/scripting/install/install-powershell-on-macos?view=powershell-7.5) PowerShell - A code editor ([Visual Studio Code](https://code.visualstudio.com/) recommended with GitHub Copilot extension) ### Windows Prerequisites