From 5aaeb351989fd81241181dd757ea64565c5bad8d Mon Sep 17 00:00:00 2001 From: Jonathan Cobb Date: Fri, 20 Nov 2020 13:27:41 -0500 Subject: [PATCH] update docs --- bin/first_time_setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/first_time_setup.sh b/bin/first_time_setup.sh index 5d20ac3e..10cccf1b 100755 --- a/bin/first_time_setup.sh +++ b/bin/first_time_setup.sh @@ -3,7 +3,7 @@ # Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ # # Performs first-time setup after a fresh git clone. -# Installs utility libraries. +# Checks out submodules and performs initial build. # # Before from running this script, if you want to run the Bubble Server, install dependencies # with the first_time_ubuntu.sh script. If you're running something other than Ubuntu (18.04 or 20.04),