From a8a3d4f9ced5c7deffb83081ca82b8cb25fca7bd Mon Sep 17 00:00:00 2001
From: Michael Fairchild <mfairchild365@gmail.com>
Date: Wed, 13 Jan 2016 09:30:45 -0600
Subject: [PATCH] Update the readme file to reflect new build process

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 44f04e7..fddd758 100644
--- a/README.md
+++ b/README.md
@@ -11,4 +11,4 @@ Querystring parameters:
 To build and run this project:
 
 1. Copy/Update config.sample.php to config.inc.php (see in-file documentation)
-2. Run `make`
+2. run `composer install && npm install && grunt`
-- 
GitLab