From fdc67bbc2de0a8261fd14c8b8b03cd61703dd47f Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Wed, 19 Oct 2011 16:34:40 -0400 Subject: [PATCH] README: createunderscoredatabase.sql Fix another typo noted by Martha Driscoll Signed-off-by: Dan Scott --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 39f00f803f..1ec452c433 100644 --- a/README +++ b/README @@ -392,7 +392,7 @@ can either: * Install the PostgreSQL contrib modules on the machine on which you are installing the Evergreen code, and use the --create-database option from that machine, or - * Copy the `Open-ILS/src/sql/Pg/create-database.sql` script to your + * Copy the `Open-ILS/src/sql/Pg/create_database.sql` script to your PostgreSQL server and invoke it as the *postgres* Linux account: + [source, bash] -- 2.11.0