diff options
| author | Nathan Kinkade <nath@nkinka.de> | 2016-07-15 00:37:45 +0000 |
|---|---|---|
| committer | Nathan Kinkade <nath@nkinka.de> | 2016-07-15 00:37:45 +0000 |
| commit | d38f46f6b5b77910da8a630749a001e5a64c82fa (patch) | |
| tree | 44ea9735f088c7f0b02f5fe5f01d7ac0da0991db | |
| parent | f050c4c2db94f3322d569e95f747f97c490caf46 (diff) | |
Fix old reference to subversion, changing it to git.
| -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> |
