From 91ca72b56d7c69231d8878288732bb3444d31d39 Mon Sep 17 00:00:00 2001 From: Shannon Deminick Date: Tue, 22 May 2018 13:05:05 +0200 Subject: [PATCH] Update V8_GETTING_STARTED.md --- V8_GETTING_STARTED.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/V8_GETTING_STARTED.md b/V8_GETTING_STARTED.md index 4022f0345a..3c954091f8 100644 --- a/V8_GETTING_STARTED.md +++ b/V8_GETTING_STARTED.md @@ -15,6 +15,12 @@ * When the website starts you'll see the Umbraco installer and just follow the prompts * Your all set! +### Wan't to run from a zip instead? + +If you just want to try out a few things, you can run the site from a zip file which you can download from here https://github.com/umbraco/Umbraco-CMS/releases/tag/temp8-cg18. + +We recommend running the site with the Visual Studio since you'll be able to remain up to date with the latest source code changes. + ### Making code changes * _The process for making code changes in v8 is the same as v7_