From d38f46f6b5b77910da8a630749a001e5a64c82fa Mon Sep 17 00:00:00 2001 From: Nathan Kinkade Date: Fri, 15 Jul 2016 00:37:45 +0000 Subject: Fix old reference to subversion, changing it to git. --- templates/download.tpl | 11 ++++++----- 1 file 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 @@
Installation: 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 - mysql -u root -p < nutridb-database.sql. + 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 mysql -u root -p < nutridb-database.sql.
-- cgit v1.2.3