diff options
| author | Nathan Kinkade <nath@nkinka.de> | 2008-06-09 03:11:34 +0000 |
|---|---|---|
| committer | Nathan Kinkade <nath@nkinka.de> | 2008-06-09 03:11:34 +0000 |
| commit | a90faeefb50643f45a935f12b16a601d44f1ffae (patch) | |
| tree | dc1534b6cafd079b68355d098e367fda6c766880 | |
| parent | 630985910c8c3ba0c16aaf6381a768ccddb6c70e (diff) | |
Update FAQ to reflect that we are now using SR20 and add a < to mysql example command
| -rw-r--r-- | templates/download.tpl | 2 | ||||
| -rw-r--r-- | templates/faq.tpl | 2 |
2 files changed, 2 insertions, 2 deletions
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 - <code>mysql -u root -p nutridb-database.sql</code>. + <code>mysql -u root -p < nutridb-database.sql</code>. </div> </div> 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 <a href='http://www.ars.usda.gov/ba/bhnrc/ndl'>USDA Nutrient Data Laboratory</a>. The data is public domain. nubridb.com is currently using the latest release known as - <a href='http://www.ars.usda.gov/Services/docs.htm?docid=8964'>SR19</a>. + <a href='http://www.ars.usda.gov/Services/docs.htm?docid=8964'>SR20</a>. </div> |
