From 8a6d9dcb6b72a45ad17c08d33f75a5b4df33ddfc Mon Sep 17 00:00:00 2001 From: Jon Zimbel <63608771+jzimbel-mbta@users.noreply.github.com> Date: Thu, 2 Jan 2025 13:29:20 -0500 Subject: [PATCH] Add `xcode-select --install` setup step to README --- README.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e3f2de3..559d0fe 100644 --- a/README.md +++ b/README.md @@ -8,14 +8,22 @@ This repository provides a common place to store ## Setup 1. Clone or download this repository. -2. Install Livebook, either through Poetry or the desktop app. (Desktop app +2. If you're on a Mac and haven't already installed XCode Command Line Tools (developers almost certainly have), do so now. +
+ Click for instructions + + 1. Open the Terminal app: press +space and type "terminal", then hit enter. + 2. Type the following in your terminal: `xcode-select --install`. Hit enter. + 3. [Follow the ensuing setup steps.](https://www.junian.net/dev/xcode-command-line-tools-installation-faq/) +
+3. Install Livebook, either through Poetry or the desktop app. (Desktop app recommended) -3. Create a Hub (or rename the default) to contain all of the MBTA / Transit +4. Open Livebook. Create a Hub (or rename the default) to contain all of the MBTA / Transit Data reports. -4. Add the report(s) you wish to run to a Hub.\ +5. Add the report(s) you wish to run to a Hub.\ Make sure to open them _in situ_—they need to be located in the reports/ directory for certain code to work properly. -5. Add secret(s) to the Hub. +6. Add secret(s) to the Hub. ## Secrets