From aece483717693680bc35696f26d00c4b0e8df90f Mon Sep 17 00:00:00 2001 From: Ferdinand Frank Date: Tue, 20 Feb 2024 19:48:04 +0100 Subject: [PATCH] Remove Yarn as mandatory prerequisites --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 20390e5..457ce6f 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,8 @@ Easily deploy Nuxt 3 applications via CDK on AWS including the following feature ## Prerequisites -- This package currently relies on using [Yarn](https://yarnpkg.com/) instead of NPM for deployment. Therefore, make sure to have Yarn available on the deployment system. - You need an [AWS account](https://aws.amazon.com/premiumsupport/knowledge-center/create-and-activate-aws-account/?nc1=h_ls) to create and deploy the required resources for the Nuxt app on AWS. +- This readme currently relies on using [Yarn](https://yarnpkg.com/) as a package manager. Feel free to use another package manager, but you have to adapt the commands accordingly. ## Installation