From a90faeefb50643f45a935f12b16a601d44f1ffae Mon Sep 17 00:00:00 2001 From: Nathan Kinkade Date: Mon, 9 Jun 2008 03:11:34 +0000 Subject: Update FAQ to reflect that we are now using SR20 and add a < to mysql example command --- templates/download.tpl | 2 +- templates/faq.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'templates') diff --git a/templates/download.tpl b/templates/download.tpl index 24b96ef..b299675 100644 --- a/templates/download.tpl +++ b/templates/download.tpl @@ -62,7 +62,7 @@ checkout or unpacking one of the tar-gzipped files into your web root, copy config.php-dist to config.php, edit config.php with some values suitable for your environment, unzip the database and install it with something like - mysql -u root -p nutridb-database.sql. + mysql -u root -p < nutridb-database.sql. diff --git a/templates/faq.tpl b/templates/faq.tpl index 011e192..8510d8e 100644 --- a/templates/faq.tpl +++ b/templates/faq.tpl @@ -41,7 +41,7 @@ mineral content. The data in this database was provided by the USDA Nutrient Data Laboratory. The data is public domain. nubridb.com is currently using the latest release known as - SR19. + SR20. -- cgit v1.2.3