From 667c1e4f1f3be6f9eccc51358025d3f3241b0c85 Mon Sep 17 00:00:00 2001 From: pmoskrojas <69815070+pmoskrojas@users.noreply.github.com> Date: Fri, 25 Aug 2023 11:20:53 -0400 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 5fb325deb..fc2d8529e 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,11 @@ git clone git@github.com:ProcessMaker/modeler.git cd modeler ``` +Install dependencies: +```bash +npm install or yarn install +``` + You can now run any of the below commands. Most commands make calls `vue-cli-service`. You can read more about those commands at https://cli.vuejs.org/guide/cli-service.html#cli-service. ```bash