From: Dan Scott Date: Wed, 19 Oct 2011 20:34:40 +0000 (-0400) Subject: README: createunderscoredatabase.sql X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=fdc67bbc2de0a8261fd14c8b8b03cd61703dd47f;p=evergreen%2Ftadl.git README: createunderscoredatabase.sql Fix another typo noted by Martha Driscoll Signed-off-by: Dan Scott --- 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]