diff --git a/README.md b/README.md index b43b091..65a32f7 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