From 2ee068b98abbb47a6c709c5ecf9ab9ea4c7b387b Mon Sep 17 00:00:00 2001 From: Jonathan Cobb Date: Fri, 11 Dec 2020 11:35:44 -0500 Subject: [PATCH] update docs --- docs/system-software.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/system-software.md b/docs/system-software.md index b0092020..03e520ea 100644 --- a/docs/system-software.md +++ b/docs/system-software.md @@ -21,13 +21,17 @@ For Ubuntu 18.04 and 20.04 systems, run: ./bin/first_time_ubuntu.sh ### Mac OS X -For Mac OS X systems, run: +For Mac OS X systems, manual installation of the AdoptOpenJDK 11 is required. +Download the [AdoptOpenJDK](https://adoptopenjdk.net/index.html?variant=openjdk11&jvmVariant=hotspot) +and install it on your Mac. + +Then run: ./bin/first_time_macosx.sh -When running the first-time setup script, you'll be asked for your password so that -the setup script can perform various configurations (installing packages, etc), some -of which require the use of `sudo`. +On either Mac or Linux, when running a first-time setup, you'll be asked for your password. +This is required for the setup script to perform various configurations (like installing packages, +etc), some of which require the use of `sudo`. ### Other Operating Systems The important things to install: