From d284305076cd3e6c10021ee64b58f83134879777 Mon Sep 17 00:00:00 2001 From: Jonathan Cobb Date: Fri, 11 Dec 2020 11:31:32 -0500 Subject: [PATCH] update docs --- docs/system-software.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/system-software.md b/docs/system-software.md index 51911f65..ff8a0f7b 100644 --- a/docs/system-software.md +++ b/docs/system-software.md @@ -14,7 +14,6 @@ Bubble needs a PostgreSQL database, Redis, and a bunch of command line tools ins It ensures that the appropriate packages are installed and proper databases and database users exist. You only need to install system software once, ever, on a given system. -You may be asked for your password to install packages and restart services (done via `sudo`). ### Ubuntu For Ubuntu 18.04 and 20.04 systems, run: @@ -26,6 +25,9 @@ For Mac OS X systems, run: ./bin/first_time_macosx.sh +When running the first-time setup script, you'll be asked for your password for +various configurations (installing packages, etc) that required the use of `sudo`. + ### Other Operating Systems The important things to install: * Java 11