From b9a25905e2d931a545182ec465dd6ecfb9ad2293 Mon Sep 17 00:00:00 2001
From: Kalila L <kasenvr@gmail.com>
Date: Sun, 23 Aug 2020 14:49:21 -0400
Subject: [PATCH] Update build docs.

---
 BUILD.md | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/BUILD.md b/BUILD.md
index db81ecb30d..a1cbc5bcd6 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -1,6 +1,6 @@
 # General Build Information
 
-*Last Updated on June 27, 2020*
+*Last Updated on August 23, 2020*
 
 ### OS Specific Build Guides
 
@@ -80,6 +80,9 @@ Where /path/to/directory is the path to a directory where you wish the build fil
     // The type of release.
     RELEASE_TYPE=PRODUCTION|PR|DEV
     
+    // The Interface will have a custom default home and startup location.
+    INITIAL_STARTUP_LOCATION=Location/IP/URL
+    
     // TODO: What do these do?
     PRODUCTION_BUILD=0|1
     PR_BUILD=0|1