From 29d7315462b0ae32ece6c7a663d9070f2d373273 Mon Sep 17 00:00:00 2001 From: Jonathan Cobb Date: Fri, 11 Dec 2020 11:33:12 -0500 Subject: [PATCH] update docs --- docs/system-software.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/system-software.md b/docs/system-software.md index 33f5b638..b0092020 100644 --- a/docs/system-software.md +++ b/docs/system-software.md @@ -42,6 +42,6 @@ The important things to install: Look at the `first_time_ubuntu.sh` script and ensure you've basically done all that it does, including creating PostgreSQL users/databases. -If you get Bubble working on another platform and are feeling generous, please create a +If you get Bubble bootstrapped on another platform and are feeling generous, please create a `./bin/first_time_some_new_os.sh` file to capture your work and submit a pull request so it can be shared with others.