diff options
| -rw-r--r-- | templates/download.tpl | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/templates/download.tpl b/templates/download.tpl index b297b3d..206b8b4 100644 --- a/templates/download.tpl +++ b/templates/download.tpl @@ -39,11 +39,12 @@ <div class='standardMargins'> <strong>Installation</strong>: First take a look at the README file that comes with - the source. To get a site up and running should be as simple as making a Subversion - 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>. + the source. To get a site up and running should be as simple + as cloning the git repository, 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>. </div> </div> |
