From c5991aba7d159d77083dea0ddc78e04cf8fb9e41 Mon Sep 17 00:00:00 2001 From: shibbas <26466942+shibbas@users.noreply.github.com> Date: Mon, 23 Oct 2023 03:32:52 -0700 Subject: [PATCH] docs: local connection also requires docker to build (#84) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b746e845..7e978f11 100644 --- a/README.md +++ b/README.md @@ -120,6 +120,7 @@ A similar option to Codespaces is VS Code Remote Containers, that will open the - [Azure Developer CLI](https://aka.ms/azure-dev/install) - [Node.js 18+](https://nodejs.org/en/download/) +- [Docker for Desktop](https://www.docker.com/products/docker-desktop/) - [Git](https://git-scm.com/downloads) - [Powershell 7+ (pwsh)](https://github.com/powershell/powershell) - For Windows users only. - **Important**: Ensure you can run `pwsh.exe` from a PowerShell command. If this fails, you likely need to upgrade PowerShell.