From 573e3a8f46ae19ecd6081f007d9f4beb7670f650 Mon Sep 17 00:00:00 2001 From: noahmehl Date: Thu, 8 Nov 2018 20:46:32 -0500 Subject: [PATCH] Update README.md for workflow (#98) * Update README.md for workflow * Update README.md * Update for code block --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index e69de29b..6246ad23 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,10 @@ +# monster-ui-voip + +This is a sub application of [2600hz/monster-ui](https://github.com/2600hz/monster-ui). + +Users should clone into `/monster-ui/src/apps/` such as: +``` +$ cd monster-ui/src/apps/ +$ git clone https://github.com/2600hz/monster-ui-voip.git voip +``` +Then the gulp workflow for 2600hz/monster-ui applies.