From 02b84cc757578d9836bae0fe4587bbeddecd32dc Mon Sep 17 00:00:00 2001 From: Saad Date: Mon, 26 Aug 2024 11:59:14 -0400 Subject: [PATCH] update added installation instructions. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 05dd64a..fcc968b 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,11 @@ PureMVC is a lightweight framework for creating applications based upon the clas * [API Docs](https://puremvc.org/pages/docs/JS/es/) * [Legacy Implementation](https://github.com/PureMVC/puremvc-js-multicore-framework/tree/1.0.1) +## Installation +```shell +npm install @puremvc/puremvc-js-multicore-framework +``` + ## Demos * [Frontend Demo: EmployeeAdmin](https://github.com/PureMVC/puremvc-js-demo-employeeadmin) * [Backend Demo: Employee Admin NodeJS Microservice](https://github.com/PureMVC/puremvc-js-demo-microservice-employeeadmin)