From 1b4305056a55a46a0b694e2869043a4e82bcfee4 Mon Sep 17 00:00:00 2001 From: Melloware Date: Fri, 16 Aug 2024 18:20:15 -0400 Subject: [PATCH] Update README.md --- generator/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/generator/README.md b/generator/README.md index 20120f0..fc8c55c 100644 --- a/generator/README.md +++ b/generator/README.md @@ -16,6 +16,5 @@ You can request new features and contribute to the extension development on its Check out the [changelog](https://github.com/leosj29/taglibs-faces-generator/blob/master/CHANGELOG.md) for the current and previous updates. ## Usage -1. `yarn`. -2. `yarn build`. -3. `yarn run start`. \ No newline at end of file +1. `npm install`. +2. `npm run start`.