From 06307df2d165df3f6347ce0f40476ce7b18fbbdf Mon Sep 17 00:00:00 2001 From: Sanjay Chaudhari Date: Thu, 11 Jan 2024 12:16:32 +0530 Subject: [PATCH] Readme file modifications --- apprunner-cdk-dotnet/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apprunner-cdk-dotnet/README.md b/apprunner-cdk-dotnet/README.md index fc17e80d5..deb6a417d 100644 --- a/apprunner-cdk-dotnet/README.md +++ b/apprunner-cdk-dotnet/README.md @@ -13,8 +13,9 @@ Important: this application uses various AWS services and there are costs associ * [Git Installed](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) * [.NET 6](https://dotnet.microsoft.com/en-us/download/dotnet/6.0) installed * [AWS Cloud Development Kit](https://docs.aws.amazon.com/cdk/latest/guide/cli.html) (AWS CDK) installed +* [Docker](https://docs.docker.com/engine/install/) installed -## Deployment Instructions +## Deployment Instructions for Windows 1. Clone the project to your local working directory ```