From e695a85e39517b61ee78f052de7020396d5a067f Mon Sep 17 00:00:00 2001 From: Steven Li Date: Tue, 9 Jun 2020 14:55:59 -0700 Subject: [PATCH] Mentioned Ubuntu 18.04 as known-to-work, before full testing is done --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5cd868aa..54ab99db 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,8 @@ Houdini is designed and tested to run with the following: * PostgreSQL 11 * Ubuntu 20.04 or equivalent +It is also known to work with Ubuntu 18.04 with PostgresSQL 10. + ## Get involved Houdini's success depends on you! @@ -55,7 +57,7 @@ which make development much easier. These include: -* PostgreSQL 11 +* PostgreSQL 11 (or 10 in case of Ubuntu 18.04) * NodeJS 12 LTS * Ruby 2.6.6 (NOTE: the default of Ruby 2.7.1 in Debian should function but you will receive a ton of deprecation @@ -79,6 +81,8 @@ prepared for AVN, like Houdini. You'll want to run the next commands as root or via sudo. You could do this by typing `sudo /bin/sh` running the commands from there. TIP: this is the root shell. There's no restrictions on what you do here so be careful! +In an Ubuntu 18.04 environment, change "postgresql-11" below to "postgresql-10" . + ```bash apt update apt install curl -yy