From fa7a5966fa7b9ec469b2c6e6401c946c5aedc824 Mon Sep 17 00:00:00 2001 From: Riccardo La Rosa Date: Tue, 17 Dec 2024 09:57:10 -0500 Subject: [PATCH] fix: updated README --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 24ed61d7..268a62b3 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,18 @@ In addition to the Next.js React framework for static and server-side rendered a ## How to generate a Next.js commerce storefront with Elastic Path -In your terminal, run the following command to create a new Composable Starter app: +In your terminal, make sure you have the Composable CLI installed by running the following command: + +```bash +npm install -g @elasticpath/composable-cli +``` +You can verify the installation by running the following command: + +```bash +ep --version +``` + +then run the following command to create a new Composable Starter app: ```bash ep generate my-storefront