From f3230ad7e7e6cb4f28d514a7ef499bdd5f45674c Mon Sep 17 00:00:00 2001 From: Leo Date: Thu, 9 Feb 2017 18:04:18 -0500 Subject: [PATCH] Update Installation Config Instructions --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 330caa9..763204c 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,8 @@ Because this code is hosted and authenticated server-side on Google Apps Script, 1. Create a [new Google Apps Script project](https://www.google.com/script/start/) in Google Drive. 2. Copy and paste the code from the `src` folder into six files in the Apps Script project 3. Go into **Resources** → **Advanced Google services...**, and turn on the **Calendar API v3**. Also follow the *Developer Console* link on this same screen and enable access to the **Google Calendar API** for this project ([more information](https://developers.google.com/apps-script/guides/services/advanced)). -4. Go into **Publish** → **Deploy as web app...**. Choose the level of access that you want to have on the in/out web page, and click **Deploy**. +4. Go into the `config.html` file and modify your location name, latitude, longitude (all for the weather), names, phone numbers, and email addresses, as well as whether or not you'd like to show phone extensions. +5. Go into **Publish** → **Deploy as web app...**. Choose the level of access that you want to have on the in/out web page (Under **Who has access to the app:**), and click **Deploy**. You're done! Share the link to your new In/Out board (the *Current web app URL*), or point a TV to look at that page.