From c2e936364ef5ac35d1ba42bc25c20dc340a727d2 Mon Sep 17 00:00:00 2001 From: Tom Fulton Date: Fri, 10 Jan 2014 17:51:54 -0700 Subject: [PATCH] Update readme with rough build details --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index b43b091..28f8384 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,15 @@ Archetype ========= + +## Install Dependencies ## +*Requires Node.js to be installed and in your system path* + + npm install -g grunt-cli && npm install -g grunt + npm install + +## Build ## + grunt + + +## Deploy ## +Copy the files in `/dist/` to your Umbraco site, at `/App_Plugins/Archetype/` \ No newline at end of file