From 8a4f3de023d68d588962e8441dc5775bc2494c2a Mon Sep 17 00:00:00 2001 From: Kevin Giszewski Date: Fri, 17 Jan 2014 10:49:43 -0500 Subject: [PATCH] Update README.md --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a6e5a9e..9999323 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,12 @@ Archetype Add `--touch` to either command to automatically touch the web.config on a deploy -## Installation ## +## Installation +1) Install the package through Umbraco. -To use this package right from this repo you will need to manually download and copy the files into the appropriate spot: +OR + +2) To use this package right from this repo you will need to manually download and copy the files into the appropriate spot: ###/App_Plugins### @@ -35,8 +38,8 @@ Your /App_Plugins should contain this structure: -- archetype.html ###/bin### -- Drop the Imulus.Archetype.dll in the /bin of your Umbraco install (this dll only handles template helpers, PVC's at present) -- You will have to build this yourself or download it here. +- Drop the Archetype.dll in the /bin of your Umbraco install (this dll only handles template helpers, PVC's at present) +- You will have to build this yourself. ## Prevalue Configs ##