From 3bfdaa7e10f3ddf98e02ac8d7802ca17ede049c1 Mon Sep 17 00:00:00 2001 From: Lotte Pitcher Date: Thu, 2 Nov 2017 15:39:57 +0000 Subject: [PATCH] Update README.md with correct location of build.bat With a link to the build markdown page --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c764167723..80fed871e2 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Umbraco is a free open source Content Management System built on the ASP.NET pla ## Building Umbraco from source ## -The easiest way to get started is to run `build/build.bat` which will build both the backoffice (also known as "Belle") and the Umbraco core. You can then easily start debugging from Visual Studio, or if you need to debug Belle you can run `gulp dev` in `src\Umbraco.Web.UI.Client`. +The easiest way to get started is to run `build.bat` which will build both the backoffice (also known as "Belle") and the Umbraco core. You can then easily start debugging from Visual Studio, or if you need to debug Belle you can run `gulp dev` in `src\Umbraco.Web.UI.Client`. See [this page](BUILD.md) for more details. Note that you can always [download a nightly build](http://nightly.umbraco.org/?container=umbraco-750) so you don't have to build the code yourself.